This commit is contained in:
Marcos Rodriguez Velez 2024-07-05 11:24:10 -04:00
parent cb0cb261f9
commit 38a02431a3
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 0 additions and 2 deletions

View file

@ -213,7 +213,6 @@ describe('BlueWallet UI Tests - no wallets', () => {
await element(by.id('BitcoinAmountInput')).replaceText('1');
await device.pressBack();
await element(by.id('CustomAmountDescription')).typeText('test');
await device.pressBack();
await element(by.id('CustomAmountSaveButton')).tap();
await sup('1 BTC');
await sup('test');

View file

@ -43,7 +43,6 @@ describe('BlueWallet UI Tests - import Watch-only wallet (zpub)', () => {
await element(by.id('BitcoinAmountInput')).replaceText('1');
await device.pressBack();
await element(by.id('CustomAmountDescription')).typeText('Test');
await device.pressBack();
await element(by.id('CustomAmountSaveButton')).tap();
await sup('1 BTC');
await sup('Test');