Skip to content

Commit

Permalink
Add small delay to advanced gas fees e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylanhurt committed Jun 5, 2024
1 parent 5158bf7 commit 97902b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/specs/confirmations/advanced-gas-fees.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ describe(SmokeConfirmations('Advanced Gas Fees and Priority Tests'), () => {
await Assertions.checkIfNotVisible(NetworkEducationModal.container);

//Tap send Icon
await TestHelpers.delay(2000);
await TabBarComponent.tapActions();
await TestHelpers.delay(2000);
await WalletActionsModal.tapSendButton();

await SendView.inputAddress(VALID_ADDRESS);
Expand Down

0 comments on commit 97902b0

Please sign in to comment.