diff --git a/tests/tests/lightspeed-install.cy.ts b/tests/tests/lightspeed-install.cy.ts index ad6869f9..d2e3ee4e 100644 --- a/tests/tests/lightspeed-install.cy.ts +++ b/tests/tests/lightspeed-install.cy.ts @@ -229,6 +229,9 @@ spec: cy.visit('/'); cy.get(mainButton, { timeout: 5 * MINUTE }).should('exist'); + + // Wait 2 minutes for the page to reload so it doesn't happen during tests + cy.wait(120000); } });