diff --git a/changedetectionio/tests/test_css_selector.py b/changedetectionio/tests/test_css_selector.py index bc9950ac..dcc10331 100644 --- a/changedetectionio/tests/test_css_selector.py +++ b/changedetectionio/tests/test_css_selector.py @@ -241,11 +241,8 @@ def test_filter_is_empty_help_suggestion(client, live_server): """) res = client.get(url_for("form_watch_checknow"), follow_redirects=True) - assert b'1 watches queued for rechecking.' in res.data - wait_for_all_checks(client) - res = client.get( url_for("index"), follow_redirects=True