cy.get('.add-button')
                .should('be.visible')
                .within(() => {
                  cy.get('ngx-dropdown-toggle').should('contain.text', 'Add a property').click();
                });