Update bluewallet3.spec.js

This commit is contained in:
Marcos Rodriguez Vélez 2024-09-19 01:09:44 -04:00 committed by GitHub
parent 23026e5928
commit 2d0416afaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import { hashIt, helperDeleteWallet, helperImportWallet, sleep, yo } from './helperz';
import { hashIt, helperDeleteWallet, helperImportWallet, sleep } from './helperz';
beforeAll(async () => {
// reinstalling the app just for any case to clean up app's storage
@ -50,7 +50,6 @@ describe('BlueWallet UI Tests - import Watch-only wallet (zpub)', () => {
await expect(element(by.text('bitcoin:bc1qc8wun6lf9vcajpddtgdpd2pdrp0kwp29j6upgv?amount=1&label=Test'))).toBeVisible();
await device.pressBack();
await yo('SendButton');
await element(by.id('SendButton')).tap();
await element(by.text('OK')).tap();