Skip to content

Commit

Permalink
fix(e2e): more wait
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Oct 14, 2024
1 parent 8bfa1fc commit 50ad2fe
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', 15) // page load is quite slow
I.waitForElement('$breadcrumbs', 30) // page load is quite slow
I.click(data.taxRootName, locate('$breadcrumbs').withChild('a'))

// Check correct filter
Expand Down

0 comments on commit 50ad2fe

Please sign in to comment.