diff --git a/tests/tests/lightspeed-install.cy.ts b/tests/tests/lightspeed-install.cy.ts index b4463ad1..a114ed0c 100644 --- a/tests/tests/lightspeed-install.cy.ts +++ b/tests/tests/lightspeed-install.cy.ts @@ -229,6 +229,9 @@ spec: cy.visit('/'); cy.byTestID('tour-step-footer-secondary', { timeout: MINUTE }).click(); 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); } });