diff --git a/tests/e2e/bluewallet2.spec.js b/tests/e2e/bluewallet2.spec.js index 0c4f66174..936801ea6 100644 --- a/tests/e2e/bluewallet2.spec.js +++ b/tests/e2e/bluewallet2.spec.js @@ -471,6 +471,7 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => { // Terminate and reopen the app to confirm the note is persisted await device.launchApp({ newInstance: true }); + await yo('WalletsList'); await element(by.text('Imported HD SegWit (BIP84 Bech32 Native)')).tap(); await element(by.id('SendButton')).tap(); await element(by.id('advancedOptionsMenuButton')).tap();