Update bluewallet2.spec.js

This commit is contained in:
Marcos Rodriguez Velez 2024-06-01 23:46:44 -04:00 committed by Overtorment
parent 7d26ee4afe
commit cb709307ed

View file

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