Skip to content

Commit

Permalink
fix: update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyphillips committed Feb 12, 2025
1 parent 5a3f5f1 commit 3effb83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/transfer.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,12 @@ d('Transfer', () => {
await element(
by.id('NRemove').withAncestor(by.id('FeeCustomNumberPad')),
).tap();
// wait for input to register
await sleep(1000);
await element(by.id('FeeCustomContinue')).tap();
await element(by.id('N5').withAncestor(by.id('FeeCustomNumberPad'))).tap();
// wait for input to register
await sleep(1000);
await element(by.id('FeeCustomContinue')).tap();

// Swipe to confirm (set x offset to avoid navigating back)
Expand Down

0 comments on commit 3effb83

Please sign in to comment.