Skip to content

Commit

Permalink
chore(e2e): add even more wait
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Oct 17, 2024
1 parent fc9c57f commit 38a03a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/100-learners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Scenario('Course', ({ I }) => {
I.click('Kursübersicht')
I.waitForText('Zusammenfassung', 10)
I.click('Weiterführende Übungen')
I.waitForText('Lösungsvorschlag', 10)
I.waitForText('Lösungsvorschlag', 20)
})

Scenario('Comments', ({ I }) => {
Expand Down

0 comments on commit 38a03a6

Please sign in to comment.