Skip to content

Commit 043ee64

Browse files
authored
Merge pull request #78 from synonymdev/fix/update-onboarding-test-tag
update-onboarding-test-tag
2 parents 3bd81eb + 2f1842b commit 043ee64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/specs/onboarding.e2e.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)