Skip to content

Commit

Permalink
fix: cypress test fails due to incorrect nonce (#4418)
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom authored Oct 25, 2024
1 parent ce95e2d commit 097a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/regression/swaps.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe('Swaps tests', () => {
swaps.clickOnSwapBtn()
swaps.clickOnSwapBtn()
})
create_tx.changeNonce(22)
create_tx.changeNonce(24)
create_tx.clickOnSignTransactionBtn()
create_tx.clickViewTransaction()
navigation.clickOnWalletExpandMoreIcon()
Expand Down

0 comments on commit 097a59f

Please sign in to comment.