chore: fix e2e tests by utilizing the burger-menu in the tests
parent
00b4768a43
commit
56538405aa
|
|
@ -73,6 +73,7 @@ Cypress.Commands.add('navigateToInterface', (path) => {
|
|||
url: '/config-sync/diff',
|
||||
}).as('getConfigDiff');
|
||||
|
||||
cy.get('button[aria-controls="burger-menu"]').click();
|
||||
cy.get('a[href="/admin/settings"]').click();
|
||||
cy.get('a[href="/admin/settings/config-sync"]').click();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue