mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 13:26:33 +01:00
Update bluewallet.spec.js
This commit is contained in:
parent
21e6f198a6
commit
9107d8fe32
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user