From 56538405aa93b4fa567e615604ac2742792d9d4a Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sun, 1 Mar 2026 16:49:11 +0100 Subject: [PATCH] chore: fix e2e tests by utilizing the burger-menu in the tests --- cypress/support/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 88024cd..6d5c011 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -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();