From c088c9d70186cdebca318f0d534e747d50ffd4a6 Mon Sep 17 00:00:00 2001 From: Matthew Walsh Date: Sun, 15 Sep 2024 00:19:07 +0100 Subject: [PATCH] Fix Firefox E2E tests --- test/e2e/helpers.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/helpers.js b/test/e2e/helpers.js index 100355de45ec..167ac13a0e18 100644 --- a/test/e2e/helpers.js +++ b/test/e2e/helpers.js @@ -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',