mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 12:18:10 +01:00
TST: Update e2e
This commit is contained in:
parent
49f8a6cc23
commit
4c168f7100
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ beforeAll(async () => {
|
||||||
await device.launchApp({ delete: true });
|
await device.launchApp({ delete: true });
|
||||||
|
|
||||||
console.log('before all - importing bip48...');
|
console.log('before all - importing bip48...');
|
||||||
await helperImportWallet(process.env.HD_MNEMONIC_BIP84, 'HDsegwitBech32', 'Imported HD SegWit (BIP84 Bech32 Native)', '0.00105526 BTC');
|
await helperImportWallet(process.env.HD_MNEMONIC_BIP84, 'HDsegwitBech32', 'Imported HD SegWit (BIP84 Bech32 Native)', '0.00105526');
|
||||||
console.log('...imported!');
|
console.log('...imported!');
|
||||||
await device.pressBack();
|
await device.pressBack();
|
||||||
await sleep(15000);
|
await sleep(15000);
|
||||||
|
|
|
@ -26,7 +26,7 @@ describe('BlueWallet UI Tests - import Watch-only wallet (zpub)', () => {
|
||||||
'zpub6s2EvLxwvDpaHNVP5vfordTyi8cH1fR8usmEjz7RsSQjfTTGU2qA5VEcEyYYBxpZAyBarJoTraB4VRJKVz97Au9jRNYfLAeeHC5UnRZbz8Y',
|
'zpub6s2EvLxwvDpaHNVP5vfordTyi8cH1fR8usmEjz7RsSQjfTTGU2qA5VEcEyYYBxpZAyBarJoTraB4VRJKVz97Au9jRNYfLAeeHC5UnRZbz8Y',
|
||||||
'watchOnly',
|
'watchOnly',
|
||||||
'Imported Watch-only',
|
'Imported Watch-only',
|
||||||
'0.0001 BTC',
|
'0.0001',
|
||||||
);
|
);
|
||||||
await sleep(15000);
|
await sleep(15000);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue