Update bluewallet2.spec.js

This commit is contained in:
Marcos Rodriguez Velez 2024-10-12 20:32:25 -04:00
parent f631df1adb
commit 2fa505372d

View File

@ -599,8 +599,7 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
await element(by.text('Details')).tap();
await expect(element(by.text('8b0ab2c7196312e021e0d3dc73f801693826428782970763df6134457bd2ec20'))).toBeVisible();
await element(by.type('android.widget.EditText')).typeText('test1');
await element(by.text('Save')).tap();
await element(by.text('OK')).tap();
await element(by.type('android.widget.EditText')).tapReturnKey();
// Terminate and reopen the app to confirm the note is persisted
await device.launchApp({ newInstance: true });