Skip to content

Commit

Permalink
test(e2e): fixes swap test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jun 25, 2024
1 parent 06ff901 commit 97ef237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/swap.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Swap', () => {
.get('.confirm-swap-modal button.primary')
.click();
// expect wallet to be opened
cy.wait('@signTx', { timeout: 10000 });
cy.wait('@walletSignTx', { timeout: 10000 });
cy.wait('@postTx', { timeout: 10000 });

cy.get('.notification-transaction-status').should('be.visible');
Expand Down

0 comments on commit 97ef237

Please sign in to comment.