TST: Update e2e

This commit is contained in:
Marcos Rodriguez Velez 2024-03-31 17:55:01 -04:00
parent 49f8a6cc23
commit 4c168f7100
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 2 additions and 2 deletions

View file

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

View file

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