Skip to content

Commit 94edfe7

Browse files
committed
Update E2E tests
1 parent 2fb79f7 commit 94edfe7

21 files changed

Lines changed: 51 additions & 22 deletions

tests/test_competition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_manual_competition_creation(page: Page):
7575
with page.expect_file_chooser() as fc_info:
7676
page.get_by_role("button", name="").click()
7777
file_chooser = fc_info.value
78-
file_chooser.set_files("test_files/competition/test_logo.png")
78+
file_chooser.set_files("test_files/competitions/test_logo.png")
7979
page.locator(".CodeMirror-scroll").first.click()
8080
page.get_by_role("application").get_by_role("textbox").fill("Test Description ")
8181
page.get_by_role("textbox", name="Example: $1000 for the top").click()
-149 KB
Binary file not shown.
File renamed without changes.

tests/test_files/competitions/competition_15_iris.zip renamed to tests/test_files/competitions/competition_v15_iris.zip

File renamed without changes.
File renamed without changes.
675 KB
Binary file not shown.
393 KB
Binary file not shown.
401 KB
Binary file not shown.
File renamed without changes.
-1.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)