Skip to content

Commit

Permalink
πŸ› Fix s4l-lite e2e test (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Apr 13, 2023
1 parent 224cfd7 commit 8999374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tutorials/tutorialBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class TutorialBase {
setTimeout(waitForFlash, 0)

// In case there is landing page, go to the log in page
await auto.ignoreNewRelease(this.__page);
await auto.toLogInPage(this.__page);

const needsRegister = await this.registerIfNeeded();
if (!needsRegister) {
Expand Down

0 comments on commit 8999374

Please sign in to comment.