Update bluewallet.spec.js

This commit is contained in:
Marcos Rodriguez Vélez 2024-10-27 15:55:19 -04:00 committed by GitHub
parent 21e6f198a6
commit 9107d8fe32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ describe('BlueWallet UI Tests - no wallets', () => {
// change currency to ARS ($) and switch it back to USD ($)
await element(by.id('Currency')).tap();
await element(by.text('ARS ($)')).tap();
await expect(element(by.text('Price is obtained from Yadio'))).toBeVisible();
await expect(element(by.text('Rate is obtained from Yadio'))).toBeVisible();
await element(by.text('USD ($)')).tap();
await device.pressBack();