Skip to content

Commit

Permalink
fix: add delay to max
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Nov 7, 2024
1 parent 4045c22 commit 31d17f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/flask/btc/btc-send.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ describe('BTC Account - Send', function (this: Suite) {
{ title: this.test?.fullTitle() },
async (driver, mockServer) => {
await startSendFlow(driver, DEFAULT_BTC_ACCOUNT);
// TODO: Remove delay here. There is a race condition if the amount and address are set too fast.
await driver.delay(1000);

// Use the max spendable amount of that account.
await driver.clickElement({
Expand Down

0 comments on commit 31d17f2

Please sign in to comment.