mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update bluewallet.spec.js
This commit is contained in:
parent
e4bc788419
commit
cf5be54d11
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue