mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update bluewallet.spec.js
This commit is contained in:
parent
e0b1e05c8f
commit
fb1ecd1851
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue