diff --git a/changedetectionio/tests/test_css_selector.py b/changedetectionio/tests/test_css_selector.py index 8f4241a0..c4eb2d49 100644 --- a/changedetectionio/tests/test_css_selector.py +++ b/changedetectionio/tests/test_css_selector.py @@ -179,7 +179,7 @@ def test_check_multiple_filters(client, live_server): # The filter exists, but did not contain anything useful # Mainly used when the filter contains just an IMG, this can happen when someone selects an image in the visual-selector -# @todo in the future, in the image-selector, if they choose an element that only contains IMG give a helpful suggestion +# Tests fetcher can throw a "ReplyWithContentButNoText" exception after applying filter and extracting text def test_filter_is_empty_help_suggestion(client, live_server): live_server_setup(live_server) @@ -226,5 +226,31 @@ def test_filter_is_empty_help_suggestion(client, live_server): follow_redirects=True ) - assert b'possible that the filters you have give an empty result' in res.data + assert b'empty result or contain only an image' in res.data + + ### Just an empty selector, no image + + with open("test-datastore/endpoint-content.txt", "w") as f: + f.write("""
+