Skip to content

Commit

Permalink
chore(e2e): increase wait
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 16, 2024
1 parent 79d23ba commit 801eb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/tests/000-general.mobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Scenario('About Serlo @mobile', ({ I }) => {

// Navigating around
I.click('Pädagogisches Konzept')
I.waitForText('Anleitung für die Lernplattform serlo.org', 5)
I.waitForText('Anleitung für die Lernplattform serlo.org', 15)
I.click('Anleitung für die Lernplattform serlo.org')
I.scrollPageToBottom()
I.click('Community')
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/tests/000-general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Scenario('About Serlo', ({ I }) => {

// Navigating around
I.click('Pädagogisches Konzept')
I.waitForText('Anleitung für die Lernplattform serlo.org', 5)
I.waitForText('Anleitung für die Lernplattform serlo.org', 15)
I.click('Anleitung für die Lernplattform serlo.org')
I.scrollPageToBottom()
// close newsletter modal in case it popped up
Expand Down

0 comments on commit 801eb2c

Please sign in to comment.