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
64ec1963dc
commit
fc9b6758bc
1 changed files with 1 additions and 3 deletions
|
@ -221,13 +221,11 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
|
|||
await element(by.text('Remove All Recipients')).tap();
|
||||
|
||||
// Confirm the alert dialog
|
||||
await sup('Are you sure you want to remove all recipients?');
|
||||
await element(by.text('OK')).tap();
|
||||
|
||||
// Verify that only one recipient remains (the default empty one)
|
||||
await expect(element(by.id('Transaction0'))).toBeVisible();
|
||||
await expect(element(by.id('Transaction1'))).not.toBeVisible();
|
||||
await expect(element(by.id('Transaction2'))).not.toBeVisible();
|
||||
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('');
|
||||
|
|
Loading…
Add table
Reference in a new issue