Skip to content

Commit

Permalink
Merge pull request #4113 from open-formulieren/fix/flaky-firefox-test
Browse files Browse the repository at this point in the history
Flaky file upload component test
  • Loading branch information
sergei-maertens authored Apr 4, 2024
2 parents 2637994 + 22af381 commit 908cbe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openforms/tests/e2e/test_file_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def setUpTestData():
file_chooser = await fc_info.value
await file_chooser.set_files(TEST_FILES / "test.txt")

await page.wait_for_load_state("networkidle")

uploaded_file = page.get_by_text("test.txt")
await expect(uploaded_file).to_be_visible()

Expand Down

0 comments on commit 908cbe1

Please sign in to comment.