Skip to content

Commit

Permalink
fix(e2e): increase wait
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Jan 8, 2025
1 parent 954e14d commit 08ee119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/helpers/create-new-editor-entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export function createNewEditorEntity(
entityType: 'article' | 'exercise' | 'course'
) {
I.amOnPage(urls[entityType])
I.waitForElement('[data-document=true]', 10)
I.waitForElement('[data-document=true]', 20)
}

0 comments on commit 08ee119

Please sign in to comment.