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 4a0ca05 commit f2a6292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/tests/test_claim_bounty.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def test_claim_bounty(live_server, page_context, setup_bounty):
day = future_date.strftime("%d")
month = future_date.strftime("%m")
year = future_date.strftime("%Y")

print("========================:", datetime.today())
print("========================:", day, month, year)
page.expected_submission_date.type(day)
page.expected_submission_date.type(month)
page.expected_submission_date.type(year)
Expand Down

0 comments on commit f2a6292

Please sign in to comment.