Compare commits

...

4 Commits

Author SHA1 Message Date
dgtlmoon
e489ac519c this didnt help 2024-06-04 13:21:50 +02:00
dgtlmoon
3b514d5a74 Document technical debt 2024-06-04 12:21:28 +02:00
dgtlmoon
e2a8a847bc Add delay 2024-06-04 12:09:04 +02:00
dgtlmoon
48c6cb1805 Adding small delay 2024-06-04 11:48:44 +02:00
2 changed files with 4 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ def test_check_notification_email_formats_default_HTML(client, live_server):
wait_for_all_checks(client)
set_longer_modified_response()
time.sleep(2)
client.get(url_for("form_watch_checknow"), follow_redirects=True)
wait_for_all_checks(client)
@@ -135,6 +137,7 @@ def test_check_notification_email_formats_default_Text_override_HTML(client, liv
wait_for_all_checks(client)
set_longer_modified_response()
time.sleep(2)
client.get(url_for("form_watch_checknow"), follow_redirects=True)
wait_for_all_checks(client)

View File

@@ -105,6 +105,7 @@ def test_check_ldjson_price_autodetect(client, live_server):
wait_for_all_checks(client)
# Trigger a check
time.sleep(1)
client.get(url_for("form_watch_checknow"), follow_redirects=True)
wait_for_all_checks(client)
# Offer should be gone