Skip to content

Commit

Permalink
fix: e2e issues
Browse files Browse the repository at this point in the history
  • Loading branch information
endalkh committed Jun 20, 2024
1 parent f4fe0e0 commit c23e985
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/tests/test_claim_bounty.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ def test_claim_bounty(live_server, page_context, setup_bounty):
page.expected_submission_date.clear()
page_context.wait_for_timeout(500)
page.expected_submission_date.type("21")
page_context.wait_for_timeout(500)

page.expected_submission_date.type("07")
page_context.wait_for_timeout(500)
page.expected_submission_date.clear()
page.expected_submission_date.type("08")

page_context.wait_for_timeout(500)
page.expected_submission_date.clear()
page.expected_submission_date.type("2024")
page_context.wait_for_timeout(500)

Expand Down

0 comments on commit c23e985

Please sign in to comment.