docs: 🐛 increate cypress get timeout to avoid github action errors
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
7a79395bd1
commit
aa4cdd9c81
@ -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() {
|
||||||
|
Reference in New Issue
Block a user