Skip to content

Commit

Permalink
fix(e2e): fix coins.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe authored and tomasklim committed Oct 1, 2024
1 parent e7450d9 commit a747293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite-web/e2e/tests/settings/coins.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Coin Settings', () => {
cy.contains('span', 'Got it!').should('be.visible').click();
cy.wait(500);
// disable Bitcoin
cy.getTestElement('@settings/wallet/network/btc').click({ force: true });
cy.getTestElement('@settings/wallet/network/btc').click();
cy.getTestElement('@settings/wallet/network/btc').should(
'have.attr',
'data-active',
Expand Down

0 comments on commit a747293

Please sign in to comment.