Skip to content

Commit

Permalink
Update test/e2e/flask/btc/btc-send.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
  • Loading branch information
montelaidev and ccharly authored Nov 12, 2024
1 parent 659193a commit 4c0ee13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/flask/btc/btc-send.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ export async function startSendFlow(driver: Driver, recipient?: string) {
tag: 'button',
css: '[data-testid="coin-overview-send"]',
});

// Firefox test is flaky without this delay. The send flow doesn't start properly.
// FIXME: Firefox test is flaky without this delay. The send flow doesn't start properly.
if (driver.browser === 'firefox') {
await driver.delay(1000);
}

await sendButton.click();

// See the review button is disabled by default.
Expand Down

0 comments on commit 4c0ee13

Please sign in to comment.