We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb22ab5 commit 5201c29Copy full SHA for 5201c29
e2e/tests/test_claim_bounty.py
@@ -36,8 +36,6 @@ def test_claim_bounty(live_server, page_context, setup_bounty):
36
page.terms_check_box.check()
37
page_context.wait_for_timeout(500)
38
page.request_claim_button.click()
39
- page.wait_for_selector('li.list-none a[href^="/bounty_claim/delete/"]')
40
-
41
print("start loop===================:", BountyClaim.objects.all())
42
43
0 commit comments