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 7bda5f7 commit f4fe0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/test_claim_bounty.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_claim_bounty(live_server, page_context, setup_bounty):

# Clear the date input fields before typing
page.expected_submission_date.clear()
page_context.wait_for_timeout(500)
page.expected_submission_date.type("21")
page_context.wait_for_timeout(500)

Expand Down

0 comments on commit f4fe0e0

Please sign in to comment.