summaryrefslogtreecommitdiff
path: root/tests/cli.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-12 23:47:33 +0300
committerPaul Buetow <paul@buetow.org>2026-06-12 23:47:33 +0300
commit052b4aec6ef252f8cb5e5e114a09645073be9ff3 (patch)
tree685b21d29157f3ef0f19efdef0f4338926d82967 /tests/cli.sh
parent09720e2cf95d04a8650da12b27fb8cc6c6c80113 (diff)
Refactor EXIF tooltip parsing for em0
Diffstat (limited to 'tests/cli.sh')
-rwxr-xr-xtests/cli.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cli.sh b/tests/cli.sh
index 62cede8..1e66ec8 100755
--- a/tests/cli.sh
+++ b/tests/cli.sh
@@ -2594,6 +2594,7 @@ test_integration_generates_album_outputs_and_cleans() {
"$details_html"
test::assert_not_contains 'class="details-photo-link" href="1-2.html"' \
"$details_html"
+ test::assert_not_contains ' title=' "$details_html"
test::assert_contains '<title>Integration album</title>' "$top_index_html"
test::assert_contains \
'<link rel="icon" href="./favicon.ico" type="image/x-icon">' \
@@ -4138,6 +4139,7 @@ test_generate_renders_exif_details() {
test::assert_contains '<td>1/125</td>' "$details_html"
test::assert_not_contains 'geometry: 120x90' "$details_html"
test::assert_not_contains 'Model & "X"' "$details_html"
+ test::assert_not_contains 'title=""' "$details_html"
test::assert_not_contains 'No EXIF details available.' "$details_html"
test::teardown