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
d4a56b95c6
commit
14892deac1
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ describe('BlueWallet UI Tests', () => {
|
|||
await element(by.text('OK')).tap();
|
||||
await element(by.type('android.widget.EditText')).typeText('666');
|
||||
await element(by.text('OK')).tap();
|
||||
await expect(element(by.text('Passwords do not match'))).toBeVisible();
|
||||
await expect(element(by.text('Passwords do not match.'))).toBeVisible();
|
||||
await element(by.text('OK')).tap();
|
||||
|
||||
// now, lets put correct passwords and encrypt the storage
|
||||
|
@ -122,7 +122,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 the password for your main storage.'))).toBeVisible();
|
||||
await expect(element(by.text('Password for the 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…
Add table
Reference in a new issue