mirror of https://github.com/grafana/grafana.git
parent
d68d31c63c
commit
ffcaef9c17
|
@ -15,7 +15,7 @@ describe('Docked Navigation', () => {
|
||||||
|
|
||||||
it('should remain docked when reloading the page', () => {
|
it('should remain docked when reloading the page', () => {
|
||||||
// Expand, then dock the mega menu
|
// 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.get('[aria-label="Dock menu"]').click();
|
||||||
|
|
||||||
e2e.components.NavMenu.Menu().should('be.visible');
|
e2e.components.NavMenu.Menu().should('be.visible');
|
||||||
|
@ -26,7 +26,7 @@ describe('Docked Navigation', () => {
|
||||||
|
|
||||||
it('should remain docked when navigating to another page', () => {
|
it('should remain docked when navigating to another page', () => {
|
||||||
// Expand, then dock the mega menu
|
// 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.get('[aria-label="Dock menu"]').click();
|
||||||
|
|
||||||
cy.contains('a', 'Administration').click();
|
cy.contains('a', 'Administration').click();
|
||||||
|
|
Loading…
Reference in New Issue