« get me outta code hell

content, test: linkContribution: showContribution -> showAnnotation - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-08-15 13:07:42 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-08-15 13:38:15 -0300
commit74f3e5a04088b5059e7587b71b15ba57cca61bc2 (patch)
tree4649ca06ddb3a2dc53eb6d3e08824e30734d863c /test/snapshot
parent91dbbd7abb7fe526d775f4bc4958ad44938bc214 (diff)
content, test: linkContribution: showContribution -> showAnnotation
Diffstat (limited to 'test/snapshot')
-rw-r--r--test/snapshot/linkContribution.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/snapshot/linkContribution.js b/test/snapshot/linkContribution.js
index 5844b0b9..47ef1503 100644
--- a/test/snapshot/linkContribution.js
+++ b/test/snapshot/linkContribution.js
@@ -33,13 +33,13 @@ testContentFunctions(t, 'linkContribution (snapshot)', async (t, evaluate) => {
       slots,
     });
 
-  quickSnapshot('showContribution & showExternalLinks', {
-    showContribution: true,
+  quickSnapshot('showAnnotation & showExternalLinks', {
+    showAnnotation: true,
     showExternalLinks: true,
   });
 
-  quickSnapshot('only showContribution', {
-    showContribution: true,
+  quickSnapshot('only showAnnotation', {
+    showAnnotation: true,
   });
 
   quickSnapshot('only showExternalLinks', {
@@ -66,7 +66,7 @@ testContentFunctions(t, 'linkContribution (snapshot)', async (t, evaluate) => {
   });
 
   quickSnapshot('no preventWrapping', {
-    showContribution: true,
+    showAnnotation: true,
     showExternalLinks: true,
     preventWrapping: false,
   });