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');
|
||||
|
@ -1,12 +0,0 @@
|
||||
/* global cy */
|
||||
|
||||
describe('The `Update my account settings` button works properly', function () {
|
||||
beforeEach(() => {
|
||||
cy.login();
|
||||
});
|
||||
|
||||
it('Should take user to their account settings when clicked', function () {
|
||||
cy.contains('Update my account settings').click();
|
||||
cy.url().should('include', '/settings');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user