FIX: fix what test expects to see after change

This commit is contained in:
Matheus Marrane 2025-01-06 17:33:32 -03:00 committed by Overtorment
parent 94cc243d20
commit 405dfee7dc

View File

@ -48,7 +48,7 @@ describe('BlueWallet UI Tests - import Watch-only wallet (zpub)', () => {
await expect(element(by.id('BitcoinAddressQRCodeContainer'))).toBeVisible();
await expect(element(by.text('bitcoin:bc1qc8wun6lf9vcajpddtgdpd2pdrp0kwp29j6upgv?amount=1&label=Test'))).toBeVisible();
await expect(element(by.text('bitcoin:BC1QC8WUN6LF9VCAJPDDTGDPD2PDRP0KWP29J6UPGV?amount=1&label=Test'))).toBeVisible();
await device.pressBack();
await element(by.id('SendButton')).tap();
await element(by.text('OK')).tap();