Skip to content

Commit

Permalink
Update test_claim_bounty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
endalkh authored Jun 20, 2024
1 parent a6479df commit bb31425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/tests/test_claim_bounty.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ def test_claim_bounty(live_server, page_context, setup_bounty):
month = future_date.strftime("%m")
year = future_date.strftime("%Y")

page.expected_submission_date.type(day)
page.expected_submission_date.type(month)
page.expected_submission_date.type(year)
page.expected_submission_date.fill(f"{year}-{month}-{day}")
page.terms_check_box.check()

page_context.wait_for_timeout(1000)
Expand Down

0 comments on commit bb31425

Please sign in to comment.