chore(client) remove contextual navigation (#41919)
This commit is contained in:
@ -89,7 +89,6 @@ describe('Navbar', () => {
|
||||
|
||||
it('Should have `Profile` link when user is signed in', () => {
|
||||
cy.login();
|
||||
cy.get('a[href*="/settings"]').should('be.visible');
|
||||
cy.get(selectors.menuButton).click();
|
||||
cy.get(selectors.navigationLinks).contains('Profile').click();
|
||||
cy.url().should('include', '/developmentuser');
|
||||
|
Reference in New Issue
Block a user