Skip to content

Commit

Permalink
increasing delay outside of wait
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Jun 28, 2023
1 parent b3ae1e4 commit e1c4123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/metamask-ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ describe('MetaMask', function () {
});

await driver.switchToWindow(extension);
await driver.delay(veryLargeDelayMs);

await driver.wait(async () => {
const pendingTxes = await driver.findElements(
Expand Down

0 comments on commit e1c4123

Please sign in to comment.