Update bluewallet2.spec.js

This commit is contained in:
Marcos Rodriguez Velez 2024-01-04 16:10:49 -04:00
parent cf90940369
commit e99e66dbd0
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -457,8 +457,6 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
// go inside the wallet
await element(by.text('Imported HD SegWit (BIP84 Bech32 Native)')).tap();
// refresh transactions
await element(by.id('refreshTransactions')).tap();
await waitFor(element(by.id('NoTxBuyBitcoin')))
.not.toExist()
.withTimeout(300 * 1000);