UI - Clicking the "[Diff]" link should take you to the difference starting at the relative time to when you last viewed the difference page (#1989)

This commit is contained in:
dgtlmoon
2023-11-17 17:21:26 +01:00
committed by GitHub
parent f7f98945a2
commit 0285d00f13
5 changed files with 100 additions and 4 deletions
+1
View File
@@ -51,6 +51,7 @@ jobs:
run: |
# Unit tests
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_notification_diff'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_watch_model'
# All tests
docker run --network changedet-network test-changedetectionio bash -c 'cd changedetectionio && ./run_basic_tests.sh'