Skip to content

Commit

Permalink
Giving some more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
megoth-capgemini committed Nov 28, 2023
1 parent ab734f7 commit 4b82cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/solid-login.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Solid Login', () => {
})

cy.get('#register-link[href]', {timeout}).click()
cy.location('pathname').should('contain', 'register')
cy.location('pathname', {timeout}).should('contain', 'register')

cy.get('#email').type(email)
cy.get("#password").type(password)
Expand Down

0 comments on commit 4b82cb3

Please sign in to comment.