mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update bluewallet2.spec.js
This commit is contained in:
parent
9bcfc2b731
commit
d33687db83
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue