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