From ffcaef9c17f55ad98690d70bb5953e1131361729 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 3 Nov 2023 20:15:53 +0000 Subject: [PATCH] Update navigation e2e tests (#77654) update navigation e2e tests --- e2e/various-suite/navigation.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/various-suite/navigation.spec.ts b/e2e/various-suite/navigation.spec.ts index 35ee5ee90f4..b068d56f3ad 100644 --- a/e2e/various-suite/navigation.spec.ts +++ b/e2e/various-suite/navigation.spec.ts @@ -15,7 +15,7 @@ describe('Docked Navigation', () => { it('should remain docked when reloading the page', () => { // Expand, then dock the mega menu - cy.get('[aria-label="Toggle menu"]').click(); + cy.get('[aria-label="Open menu"]').click(); cy.get('[aria-label="Dock menu"]').click(); e2e.components.NavMenu.Menu().should('be.visible'); @@ -26,7 +26,7 @@ describe('Docked Navigation', () => { it('should remain docked when navigating to another page', () => { // Expand, then dock the mega menu - cy.get('[aria-label="Toggle menu"]').click(); + cy.get('[aria-label="Open menu"]').click(); cy.get('[aria-label="Dock menu"]').click(); cy.contains('a', 'Administration').click();