UI - Ability to select between any difference date ( from / to ) and minor UI cleanup for differences page (#1855)

This commit is contained in:
dgtlmoon
2023-10-11 16:25:36 +02:00
committed by GitHub
parent 3e2b55a46f
commit da421fe110
6 changed files with 172 additions and 147 deletions

View File

@@ -89,7 +89,7 @@ def test_check_basic_change_detection_functionality(client, live_server):
# Following the 'diff' link, it should no longer display as 'unviewed' even after we recheck it a few times
res = client.get(url_for("diff_history_page", uuid="first"))
assert b'Compare newest' in res.data
assert b'selected=""' in res.data, "Confirm diff history page loaded"
# Check the [preview] pulls the right one
res = client.get(