diff --git a/e2e-tests/cypress/e2e/cloud.cy.js b/e2e-tests/cypress/e2e/cloud.cy.js index 22250fd43..835ac4b25 100644 --- a/e2e-tests/cypress/e2e/cloud.cy.js +++ b/e2e-tests/cypress/e2e/cloud.cy.js @@ -26,6 +26,8 @@ describe('Cloud tests', () => { cy.get('input[type="submit"]').click(); }); + cy.wait(3000); + cy.location('origin').then(origin => { if (origin === 'https://github.com') { // Still on github.com → an authorization step is waiting