mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
TST: fix e2e
This commit is contained in:
parent
37b5cf0767
commit
e8a0f4ecc1
@ -86,7 +86,7 @@ describe('BlueWallet UI Tests', () => {
|
||||
|
||||
// trying to enable plausible denability
|
||||
await element(by.id('CreateFakeStorageButton')).tap();
|
||||
await expect(element(by.text('Password for fake storage should not match password for your main storage'))).toBeVisible();
|
||||
await expect(element(by.text('Password for fake storage should not match the password for your main storage'))).toBeVisible();
|
||||
|
||||
// trying MAIN password: should fail, obviously
|
||||
await element(by.type('android.widget.EditText')).typeText('qqq');
|
||||
|
Loading…
Reference in New Issue
Block a user