Skip to content

Commit

Permalink
test(e2e): fixes timeout on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jun 25, 2024
1 parent 255f843 commit db4878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/login.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Login', () => {
)
.contains('.title', 'Swap')
// popup should open with "Thanks for trying out the DEX!"
.get('.onboarding-modal')
.get('.onboarding-modal', { timeout: 10000 })
.should('be.visible')
// close the popup
.get('.close')
Expand Down

0 comments on commit db4878f

Please sign in to comment.