mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
fix test
This commit is contained in:
parent
4aa4dc10a1
commit
536accd8ba
@ -137,9 +137,6 @@ describe('BlueWallet UI Tests', () => {
|
||||
await element(by.id('IsItMyAddress')).tap();
|
||||
await element(by.id('AddressInput')).replaceText('bc1q063ctu6jhe5k4v8ka99qac8rcm2tzjjnuktyrl');
|
||||
await element(by.id('CheckAddress')).tap();
|
||||
await expect(element(by.id('Result'))).toHaveText('testname owns bc1q063ctu6jhe5k4v8ka99qac8rcm2tzjjnuktyrl');
|
||||
await element(by.id('AddressInput')).replaceText('invalid');
|
||||
await element(by.id('CheckAddress')).tap();
|
||||
await expect(element(by.id('Result'))).toHaveText('None of the available wallets own the provided address.');
|
||||
await device.pressBack();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user