Skip to content

Commit

Permalink
test(extension): quickfix (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 authored Jul 17, 2023
1 parent 147a391 commit 75855e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/e2e-tests/src/steps/sendTransactionSimpleSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,11 @@ When(
await newTransactionPage.reviewTransactionButton.click();
break;
case 'Cancel':
await newTransactionPage.cancelTransactionButton.waitForClickable();
await newTransactionPage.cancelTransactionButton.click();
break;
case 'Add bundle':
await newTransactionPage.addBundleButton.waitForClickable();
await newTransactionPage.addBundleButton.click();
break;
default:
Expand Down

0 comments on commit 75855e2

Please sign in to comment.