File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -469,10 +469,6 @@ export async function completeOnboarding({ isFirstTime = true } = {}) {
469469 // TOS and PP
470470 await elementById ( 'Continue' ) . waitForDisplayed ( ) ;
471471 await sleep ( 1000 ) ; // Wait for the app to settle
472- if ( driver . isAndroid ) {
473- await tap ( 'Check1' ) ;
474- await tap ( 'Check2' ) ;
475- }
476472 await tap ( 'Continue' ) ;
477473 await tap ( 'SkipIntro' ) ;
478474 await sleep ( 500 ) ; // Wait for the app to settle
@@ -511,10 +507,6 @@ export async function restoreWallet(
511507 // Terms of service
512508 await elementById ( 'Continue' ) . waitForDisplayed ( ) ;
513509 await sleep ( 1000 ) ; // Wait for the app to settle
514- if ( driver . isAndroid ) {
515- await tap ( 'Check1' ) ;
516- await tap ( 'Check2' ) ;
517- }
518510 await tap ( 'Continue' ) ;
519511
520512 // Skip intro
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ describe('@onboarding - Onboarding', () => {
2424 // TOS and PP
2525 await elementById ( 'Continue' ) . waitForDisplayed ( ) ;
2626 await sleep ( 1000 ) ; // Wait for the app to settle
27- if ( driver . isAndroid ) {
28- await tap ( 'Check1' ) ;
29- await tap ( 'Check2' ) ;
30- }
3127 await tap ( 'Continue' ) ;
3228 await tap ( 'GetStarted' ) ;
3329 await elementById ( 'Slide0' ) . waitForDisplayed ( ) ;
@@ -59,10 +55,6 @@ describe('@onboarding - Onboarding', () => {
5955 // TOS and PP
6056 await elementById ( 'Continue' ) . waitForDisplayed ( ) ;
6157 await sleep ( 1000 ) ; // Wait for the app to settle
62- if ( driver . isAndroid ) {
63- await tap ( 'Check1' ) ;
64- await tap ( 'Check2' ) ;
65- }
6658 await tap ( 'Continue' ) ;
6759 await tap ( 'GetStarted' ) ;
6860 await elementById ( 'Slide0' ) . waitForDisplayed ( ) ;
You can’t perform that action at this time.
0 commit comments