From fb1ecd1851e93ea6facd80cf150a58358ccc8b3a Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Sat, 27 Feb 2021 11:46:14 -0500 Subject: [PATCH] Update bluewallet.spec.js --- tests/e2e/bluewallet.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/bluewallet.spec.js b/tests/e2e/bluewallet.spec.js index 98ce5c235..b730296c2 100644 --- a/tests/e2e/bluewallet.spec.js +++ b/tests/e2e/bluewallet.spec.js @@ -481,7 +481,7 @@ describe('BlueWallet UI Tests', () => { await element(by.id('advancedOptionsMenuButton')).tap(); await element(by.id('AddRecipient')).tap(); - await yo('Transaction2'); // adding a recipient autoscrolls it to the last one + await yo('Transaction2'); // adding a recipient autoscrolls it to the last one await element(by.id('AddressInput').withAncestor(by.id('Transaction2'))).replaceText('bc1q063ctu6jhe5k4v8ka99qac8rcm2tzjjnuktyrl'); await element(by.id('BitcoinAmountInput').withAncestor(by.id('Transaction2'))).typeText('0.0003\n');