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
47c13dcd35
commit
1c61de7a32
1 changed files with 2 additions and 3 deletions
|
@ -425,9 +425,8 @@ describe('BlueWallet UI Tests - no wallets', () => {
|
|||
.withTimeout(33000);
|
||||
//
|
||||
await expect(element(by.text('Your storage is encrypted. Password is required to decrypt it.'))).toBeVisible();
|
||||
await element(by.id('PasswordInput')).typeText('pass');
|
||||
await element(by.id('PasswordInput')).tapReturnKey();
|
||||
await element(by.id('OKButton')).tap();
|
||||
await element(by.type('android.widget.EditText')).typeText('fake');
|
||||
await element(by.text('OK')).tap();
|
||||
await yo('WalletsList');
|
||||
|
||||
// previously created wallet IN MAIN STORAGE should be visible
|
||||
|
|
Loading…
Add table
Reference in a new issue