We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3f5f1 commit 3effb83Copy full SHA for 3effb83
e2e/transfer.e2e.js
@@ -312,8 +312,12 @@ d('Transfer', () => {
312
await element(
313
by.id('NRemove').withAncestor(by.id('FeeCustomNumberPad')),
314
).tap();
315
+ // wait for input to register
316
+ await sleep(1000);
317
await element(by.id('FeeCustomContinue')).tap();
318
await element(by.id('N5').withAncestor(by.id('FeeCustomNumberPad'))).tap();
319
320
321
322
323
// Swipe to confirm (set x offset to avoid navigating back)
0 commit comments