mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update bluewallet.spec.js
This commit is contained in:
parent
5be4010364
commit
a30c1aa23d
@ -787,12 +787,6 @@ describe('BlueWallet UI Tests', () => {
|
||||
await expect(element(by.id('BlueCopyTextToClipboard'))).toBeVisible();
|
||||
await device.pressBack();
|
||||
|
||||
// Marketplace
|
||||
await element(by.id('WalletDetailsScroll')).swipe('up', 'fast', 1);
|
||||
await element(by.id('Marketplace')).tap();
|
||||
await expect(element(by.id('MarketplaceWebView'))).toBeVisible();
|
||||
await element(by.id('NavigationCloseButton')).tap();
|
||||
|
||||
// Delete
|
||||
await element(by.id('WalletDetailsScroll')).swipe('up', 'fast', 1);
|
||||
await element(by.id('DeleteButton')).tap();
|
||||
|
Loading…
Reference in New Issue
Block a user