Skip to content

Commit

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

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

await driver.wait(async () => {
await driver.delay(regularDelayMs);
const pendingTxes = await driver.findElements(
'.transaction-list__pending-transactions .activity-list-item',
);
Expand Down

0 comments on commit b3ae1e4

Please sign in to comment.