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 19, 2024
1 parent 58b76c2 commit fb880c8
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 @@ -35,6 +35,7 @@ def test_claim_bounty(live_server, page_context, setup_bounty):
year = future_date.strftime("%Y")
print("========================:", datetime.today())
print("========================:", day, month, year)
page.expected_submission_date.clear()
page.expected_submission_date.type(day)
page.expected_submission_date.type(month)
page.expected_submission_date.type(year)
Expand Down

0 comments on commit fb880c8

Please sign in to comment.