Skip to content

Commit

Permalink
Fix Firefox E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 committed Sep 14, 2024
1 parent 2d98b88 commit c088c9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,9 @@ const sendTransaction = async (
};

const createInternalTransaction = async (driver) => {
// Firefox has incorrect balance if send flow started too quickly.
await driver.delay(1000);

await sendTransaction(
driver,
'0x2f318C334780961FB129D2a6c30D0763d9a5C970',
Expand Down

0 comments on commit c088c9d

Please sign in to comment.