Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed May 28, 2024
1 parent 7eb2f2b commit 7a2ff9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/tests/account/lockdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('lockdown', function () {
);

await driver.navigate(PAGES.BACKGROUND);
await driver.delay(1000);
assert.equal(
await driver.executeScript(lockdownTestScript),
true,
Expand Down

0 comments on commit 7a2ff9e

Please sign in to comment.