Skip to content

Commit

Permalink
await
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Oct 24, 2024
1 parent c66015d commit 8b7e35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/settings/auto-lock.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Auto-Lock Timer', function () {
'[data-testid="advanced-setting-auto-lock"] button',
);
// Verify the wallet is locked
driver.waitForSelector({
await driver.waitForSelector({
css: '[data-testid="unlock-page-title"]',
text: 'Welcome back!',
});
Expand Down

0 comments on commit 8b7e35e

Please sign in to comment.