Skip to content

Commit 5653840

Browse files
committed
chore: fix e2e tests by utilizing the burger-menu in the tests
1 parent 00b4768 commit 5653840

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cypress/support/commands.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Cypress.Commands.add('navigateToInterface', (path) => {
7373
url: '/config-sync/diff',
7474
}).as('getConfigDiff');
7575

76+
cy.get('button[aria-controls="burger-menu"]').click();
7677
cy.get('a[href="/admin/settings"]').click();
7778
cy.get('a[href="/admin/settings/config-sync"]').click();
7879

0 commit comments

Comments
 (0)