Update bluewallet2.spec.js

This commit is contained in:
Marcos Rodriguez Vélez 2024-10-13 18:54:08 -04:00 committed by GitHub
parent 9bcfc2b731
commit d33687db83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,8 +231,8 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
await expect(element(by.text('1 of 2'))).not.toBeVisible();
// Verify that the address and amount fields are empty
await expect(element(by.id('AddressInput').withAncestor(by.id('Transaction0')))).toHaveText('');
await expect(element(by.id('BitcoinAmountInput').withAncestor(by.id('Transaction0')))).toHaveText('');
await element(by.id('BitcoinAmountInput').withAncestor(by.id('Transaction0'))).clearText();
await expect(element(by.id('BitcoinAmountInput').withAncestor(by.id('Transaction0')))).toHaveText('0');
// Now, we can add the recipients again to proceed with the test
// Let's create real transaction again: