Merge pull request #1456 from slumbering/fix/cypress-timeout
Increate cypress.get timeout to avoid github action errors
This commit is contained in:
commit
6aed3348a0
@ -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