Update bluewallet.spec.js

This commit is contained in:
Marcos Rodriguez Velez 2024-09-27 18:45:10 -04:00
parent 16a4c015d5
commit 7b2165b256

View file

@ -96,6 +96,8 @@ describe('BlueWallet UI Tests - no wallets', () => {
await element(by.text('Reset to default')).tap();
await sup('OK');
await element(by.text('OK')).tap();
await sup('OK');
await element(by.text('OK')).tap();
await element(by.id('ElectrumSettingsScrollView')).swipe('up', 'fast', 1); // in case emu screen is small and it doesnt fit
await expect(element(by.id('HostInput'))).toHaveText('');
await expect(element(by.id('PortInput'))).toHaveText('');