mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
TST: improv e2e for outsde contibutors
This commit is contained in:
parent
580c2d9966
commit
fbc63f2436
1 changed files with 4 additions and 0 deletions
|
@ -389,6 +389,10 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
|
|||
if (require('fs').existsSync(lockFile))
|
||||
return console.warn('skipping', JSON.stringify(jasmine.currentTest.fullName), 'as it previously passed on Travis');
|
||||
}
|
||||
if (!process.env.HD_MNEMONIC_BIP84) {
|
||||
console.error('process.env.HD_MNEMONIC_BIP84 not set, skipped');
|
||||
return;
|
||||
}
|
||||
|
||||
// go inside the wallet
|
||||
await element(by.text('Imported HD SegWit (BIP84 Bech32 Native)')).tap();
|
||||
|
|
Loading…
Add table
Reference in a new issue