UI: Updating queued success message (#1285)

This commit is contained in:
jtagcat
2023-01-05 20:12:02 +00:00
committed by GitHub
parent ab9efdfd14
commit 58c7cbeac7
3 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ def test_check_basic_change_detection_functionality_source(client, live_server):
# Force recheck
res = client.get(url_for("form_watch_checknow"), follow_redirects=True)
assert b'1 watches are queued for rechecking.' in res.data
assert b'1 watches queued for rechecking.' in res.data
time.sleep(5)
@@ -90,4 +90,4 @@ def test_check_ignore_elements(client, live_server):
)
assert b'foobar-detection' not in res.data
assert b'<br' not in res.data
assert b'<p' in res.data
assert b'<p' in res.data