Skip to content

Commit

Permalink
✅ [#4720] Fixed e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Oct 28, 2024
1 parent 95ce084 commit 9d3b9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/tests/e2e/test_file_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def setUpTestData():

await page.wait_for_load_state("networkidle")

uploaded_file = page.get_by_text("test.txt")
uploaded_file = page.get_by_role("link", name="test.txt")
await expect(uploaded_file).to_be_visible()

await page.get_by_role("button", name="Volgende").click()
Expand Down

0 comments on commit 9d3b9ba

Please sign in to comment.