File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,11 @@ describe('@onboarding - Onboarding', () => {
3535 await swipeFullScreen ( 'left' ) ;
3636 await elementById ( 'Slide3' ) . waitForDisplayed ( ) ;
3737 } else {
38- await elementById ( 'Slide3 ' ) . waitForDisplayed ( ) ;
38+ await elementById ( 'Slide2 ' ) . waitForDisplayed ( ) ;
3939 }
40+ await swipeFullScreen ( 'left' ) ;
41+ await swipeFullScreen ( 'left' ) ;
42+ await swipeFullScreen ( 'right' ) ;
4043 await swipeFullScreen ( 'right' ) ;
4144 await tap ( 'SkipButton' ) ;
4245
@@ -66,7 +69,7 @@ describe('@onboarding - Onboarding', () => {
6669 await swipeFullScreen ( 'left' ) ;
6770 await elementById ( 'Slide3' ) . waitForDisplayed ( ) ;
6871 } else {
69- await elementById ( 'Slide3 ' ) . waitForDisplayed ( ) ;
72+ await elementById ( 'Slide2 ' ) . waitForDisplayed ( ) ;
7073 }
7174 await swipeFullScreen ( 'right' ) ;
7275 await tap ( 'SkipButton' ) ;
You can’t perform that action at this time.
0 commit comments