From aa1108cd5bcb507615dbf9298136b0af581369c1 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 27 Jun 2025 09:42:12 +0200 Subject: [PATCH] SYNC: try to fix build --- e2e-tests/cypress/e2e/cloud.cy.js | 2 ++ 1 file changed, 2 insertions(+) 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