Update bluewallet.spec.js

This commit is contained in:
Marcos Rodriguez Vélez 2022-07-24 14:56:33 -04:00
parent e4bc788419
commit cf5be54d11
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

@ -70,7 +70,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('Prices are obtained from Yadio'))).toBeVisible();
await expect(element(by.text('Price is obtained from Yadio'))).toBeVisible();
await element(by.text('USD ($)')).tap();
await device.pressBack();