it('should allow modifying the property title', () => {
      cy.get('ngx-property-config').as('propertyConfig');
      cy.get('@propertyConfig').within(() => {
        cy.get('div.header>span').should('have.text', 'Property Configuration');
        cy.get('ngx-input').first().should('exist').ngxFill('obj_1');