Skip to content

Commit 5122809

Browse files
committed
adjust boost
1 parent 10fed8f commit 5122809

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

test/specs/boost.e2e.ts

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import {
1717
mineBlocks,
1818
attemptRefreshOnHomeScreen,
1919
doNavigationClose,
20+
getSeed,
21+
waitForBackup,
22+
restoreWallet,
2023
} from '../helpers/actions';
2124
import { bitcoinURL } from '../helpers/constants';
2225
import initElectrum from '../helpers/electrum';
@@ -120,16 +123,10 @@ describe('@boost - Boost', () => {
120123
await doNavigationClose();
121124
}
122125

123-
// --- skip due to: https://github.com/synonymdev/bitkit-android/issues/321 --- //
124-
125-
// boost & transfers backup not working yet
126-
// // wipe & restore
127-
// const seed = await getSeed();
128-
// // await waitForBackup();
129-
// await sleep(10_000); //temp wait (until we have a proper event for backup completion)
130-
// await restoreWallet(seed);
131-
132-
// --- skip due to: https://github.com/synonymdev/bitkit-android/issues/321 --- //
126+
// wipe & restore
127+
const seed = await getSeed();
128+
await waitForBackup();
129+
await restoreWallet(seed);
133130

134131
// check activity after restore
135132
await swipeFullScreen('up');
@@ -257,16 +254,10 @@ describe('@boost - Boost', () => {
257254
await elementById('RBFBoosted').waitForDisplayed();
258255
await doNavigationClose();
259256

260-
// --- skip due to: https://github.com/synonymdev/bitkit-android/issues/321 --- //
261-
262-
// boost & transfers backup not working yet
263-
// // wipe & restore
264-
// const seed = await getSeed();
265-
// // await waitForBackup();
266-
// await sleep(10_000); //temp wait (until we have a proper event for backup completion)
267-
// await restoreWallet(seed);
268-
269-
// --- skip due to: https://github.com/synonymdev/bitkit-android/issues/321 --- //
257+
// wipe & restore
258+
const seed = await getSeed();
259+
await waitForBackup();
260+
await restoreWallet(seed);
270261

271262
// check activity after restore
272263
await swipeFullScreen('up');

0 commit comments

Comments
 (0)