docs: 🐛 increate cypress get timeout to avoid github action errors

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-01-19 10:38:41 +01:00
parent 7a79395bd1
commit aa4cdd9c81

View File

@ -36,11 +36,7 @@ describe('Visit Docs website', function() {
}) })
}) })
cy.visit('http://localhost:3001?code=jergub54545') cy.visit('http://localhost:3001?code=jergub54545')
cy.get('[data-cy=cy-page-redirect]').should('exist') cy.get('[data-cy=cy-page-redirect]', {timeout: 10000}).should('exist')
// cy.wait(10000)
// cy.location().should((location) => {
// expect(location.host).to.eq('dagger.io')
// })
}) })
it('Visit docs website with a user not authorized', function() { it('Visit docs website with a user not authorized', function() {