Minor code cleanup

This commit is contained in:
dgtlmoon
2022-05-25 15:38:40 +02:00
parent 341ae24b73
commit 5cefb16e52
2 changed files with 0 additions and 11 deletions

View File

@@ -135,12 +135,6 @@ def test_trigger_functionality(client, live_server):
res = client.get(url_for("diff_history_page", uuid="first"))
assert b'Add to cart' in res.data
# https://github.com/dgtlmoon/changedetection.io/issues/616
# Apparently the actual snapshot that contains the trigger never shows
res = client.get(url_for("diff_history_page", uuid="first"))
assert b'Add to cart' in res.data
# Check the preview/highlighter, we should be able to see what we triggered on, but it should be highlighted
res = client.get(url_for("preview_page", uuid="first"))