mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update bluewallet2.spec.js
This commit is contained in:
parent
7d26ee4afe
commit
cb709307ed
1 changed files with 1 additions and 1 deletions
|
@ -192,8 +192,8 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
|
||||||
await element(by.text('0.0001')).atIndex(0).tap();
|
await element(by.text('0.0001')).atIndex(0).tap();
|
||||||
await element(by.text('Details')).tap();
|
await element(by.text('Details')).tap();
|
||||||
|
|
||||||
|
await element(by.type('android.widget.EditText')).typeText('Test note');
|
||||||
// save note
|
// save note
|
||||||
await element(by.id('TransactionDetailsMemoInput')).replaceText('Test note');
|
|
||||||
await element(by.text('Save')).tap();
|
await element(by.text('Save')).tap();
|
||||||
await element(by.text('OK')).tap();
|
await element(by.text('OK')).tap();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue