Update bluewallet.spec.js

This commit is contained in:
marcosrdz 2021-02-27 11:46:14 -05:00
parent e0b1e05c8f
commit fb1ecd1851

View file

@ -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');