From aa4cdd9c810d1cee494a341205de742ec3881ace Mon Sep 17 00:00:00 2001 From: jffarge Date: Wed, 19 Jan 2022 10:38:41 +0100 Subject: [PATCH] docs: :bug: increate cypress get timeout to avoid github action errors Signed-off-by: jffarge --- website/cypress/integration/docs.spec.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/cypress/integration/docs.spec.js b/website/cypress/integration/docs.spec.js index 3fd066bc..57b779b8 100644 --- a/website/cypress/integration/docs.spec.js +++ b/website/cypress/integration/docs.spec.js @@ -36,11 +36,7 @@ describe('Visit Docs website', function() { }) }) cy.visit('http://localhost:3001?code=jergub54545') - cy.get('[data-cy=cy-page-redirect]').should('exist') - // cy.wait(10000) - // cy.location().should((location) => { - // expect(location.host).to.eq('dagger.io') - // }) + cy.get('[data-cy=cy-page-redirect]', {timeout: 10000}).should('exist') }) it('Visit docs website with a user not authorized', function() {