Skip to content

Commit

Permalink
Await for 2 secodns
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Oct 23, 2024
1 parent ac1fb14 commit c783377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/privacy-mode/privacy-mode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Privacy Mode', function () {

async function togglePrivacy() {
await driver.clickElement('[data-testid="sensitive-toggle"]');
await new Promise((resolve) => setTimeout(resolve, 5000));
await new Promise((resolve) => setTimeout(resolve, 2e3));
}

await unlockWallet(driver);
Expand Down

0 comments on commit c783377

Please sign in to comment.