Skip to content

Commit

Permalink
test(e2e): remove wait condition
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 23c12e5 commit af10b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ Cypress.Commands.add(
expect(link).to.not.be.null
expect(link.href).to.contain(APP_URL)

console.log(link.href)
cy.wait(10000)
cy.visit(link.href)
})
)
Expand Down

0 comments on commit af10b03

Please sign in to comment.