Skip to content

Commit

Permalink
Update test_end_to_end.py
Browse files Browse the repository at this point in the history
  • Loading branch information
35C4n0r authored Jan 31, 2025
1 parent b5d2d32 commit 5347fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def test_provider_deletion(browser):
browser.get_by_role("button", name="Update", exact=True).click()
# Refreshing the scope
browser.get_by_role("button", name="Refresh", exact=True).click()
browser.wait_for_timeout(5000)
browser.wait_for_timeout(10000)
assert_scope_text_count(browser=browser, contains_text="HTTPSConnectionPool", count=1)
browser.mouse.click(10, 10)
delete_provider(browser=browser, provider_type="Webhook", provider_name=provider_name)
Expand Down

0 comments on commit 5347fbb

Please sign in to comment.