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 b9ed940 commit d356079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/test_claim_bounty.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_claim_bounty(live_server, page_context, setup_bounty):
assert BountyClaim.objects.filter(bounty=bounty.id).count() == 0

page_context.reload()
page_context.wait_for_timeout(1500)
page_context.wait_for_timeout(5000)
challenge_detail_button = page.get_challenge_detail_button(product.slug, challenge.id)

challenge_detail_button.click()
Expand Down

0 comments on commit d356079

Please sign in to comment.