mirror of
https://github.com/grafana/grafana.git
synced 2024-12-26 00:41:20 -06:00
parent
d68d31c63c
commit
ffcaef9c17
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user