Skip to content

Commit 36086c8

Browse files
Merge pull request #1594 from JoaoFula/add-wait-for-page-refresh
OLS-2291 - Adding 2 minute wait
2 parents c54e7f8 + 8f888c7 commit 36086c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/tests/lightspeed-install.cy.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ spec:
229229
cy.visit('/');
230230
cy.byTestID('tour-step-footer-secondary', { timeout: MINUTE }).click();
231231
cy.get(mainButton, { timeout: 5 * MINUTE }).should('exist');
232+
233+
// Wait 2 minutes for the page to reload so it doesn't happen during tests
234+
cy.wait(120000);
232235
}
233236
});
234237

0 commit comments

Comments
 (0)