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
16a4c015d5
commit
7b2165b256
1 changed files with 2 additions and 0 deletions
|
@ -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('');
|
||||
|
|
Loading…
Add table
Reference in a new issue