Skip to content

Commit

Permalink
Merge branch 'tomm/act-1419' into tomm/act-1419-0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Nov 23, 2024
2 parents d2a5b10 + b410f43 commit 060dd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ export async function quickOnboarding({
}

await scrollIntoView('Restore', 'ImportWalletKeyboardAwareScrollView')
await element(by.id('ImportWalletButton')).tap()
await waitForElementByIdAndTap('ImportWalletButton')
// Wait for the wallet to restored
await sleep(5 * 1000)

try {
// case where account not funded yet. continue with onboarding.
Expand Down

0 comments on commit 060dd80

Please sign in to comment.