Skip to content

Commit

Permalink
fix(e2e): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Entkenntnis committed Jan 17, 2024
1 parent 360720e commit a8ceb20
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 @@ -26,7 +26,7 @@ async function testLandingPage(I: CodeceptJS.I, data: LandingPageData) {

// Visit taxonomy
I.click('Alle Themen')
I.waitForElement('$breadcrumbs', 5)
I.waitForElement('$breadcrumbs', 15) // page load is quite slow
I.click(data.taxRootName, locate('$breadcrumbs').withChild('a'))

// Check correct filter
Expand Down

0 comments on commit a8ceb20

Please sign in to comment.