Skip to content

Commit

Permalink
Fixed cypress issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharPardhe authored and ThibautBremand committed Jun 28, 2023
1 parent 38a8025 commit 0ea1186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension/cypress/e2e/wallet_management.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ describe('Edit wallet', () => {

// Lock the extension
cy.get('button[aria-label="close"]').click();
cy.contains('button', 'Wallets').parent().children().eq(2).click();
cy.contains('button', 'Wallets').parent().children().eq(3).click();
cy.contains('button', 'Lock').click();

// Check if the wallets are properly loaded with the name changed
Expand Down Expand Up @@ -560,7 +560,7 @@ describe('Switch wallet', () => {
cy.contains('Wallet 3').should('be.visible');

// Lock the extension
cy.contains('button', 'Wallets').parent().children().eq(2).click();
cy.contains('button', 'Wallets').parent().children().eq(3).click();
cy.contains('button', 'Lock').click();

// Check if the default wallet is properly loaded
Expand Down

0 comments on commit 0ea1186

Please sign in to comment.