Update bluewallet.spec.js

This commit is contained in:
MC Saeid 2020-12-13 00:44:57 +03:30 committed by GitHub
parent d4a56b95c6
commit 14892deac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');