Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions test/specs/onboarding.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ describe('@onboarding - Onboarding', () => {
await swipeFullScreen('left');
await elementById('Slide1').waitForDisplayed();
await swipeFullScreen('left');
if (driver.isAndroid) {
await elementById('Slide2').waitForDisplayed();
await swipeFullScreen('left');
await elementById('Slide3').waitForDisplayed();
} else {
await elementById('Slide2').waitForDisplayed();
}
await elementById('Slide2').waitForDisplayed();
await swipeFullScreen('left');
await swipeFullScreen('left');
await swipeFullScreen('right');
Expand Down Expand Up @@ -64,13 +58,7 @@ describe('@onboarding - Onboarding', () => {
await swipeFullScreen('left');
await elementById('Slide1').waitForDisplayed();
await swipeFullScreen('left');
if (driver.isAndroid) {
await elementById('Slide2').waitForDisplayed();
await swipeFullScreen('left');
await elementById('Slide3').waitForDisplayed();
} else {
await elementById('Slide2').waitForDisplayed();
}
await elementById('Slide2').waitForDisplayed();
await swipeFullScreen('right');
await tap('SkipButton');

Expand Down