TST: improv e2e for outsde contibutors

This commit is contained in:
Overtorment 2021-10-20 15:36:14 +01:00
parent 580c2d9966
commit fbc63f2436
No known key found for this signature in database
GPG key ID: AB15F43F78CCBC06

View file

@ -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();