« get me outta code hell

content, test: linkThing: tooltip -> tooltipStyle - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-13 19:11:28 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-13 21:19:10 -0400
commita3dca62ee1cd0c1da0a8952bbbf62fb55ce7319f (patch)
treed8377c4ae82027146548b06a06ab18a5ca6bb8f0 /test
parenteb8670ee11fd0a68c02ef96227b4475f08157ace (diff)
content, test: linkThing: tooltip -> tooltipStyle
Diffstat (limited to 'test')
-rw-r--r--test/snapshot/linkThing.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/snapshot/linkThing.js b/test/snapshot/linkThing.js
index 195d8c0..5aaf99c 100644
--- a/test/snapshot/linkThing.js
+++ b/test/snapshot/linkThing.js
@@ -34,10 +34,9 @@ testContentFunctions(t, 'linkThing (snapshot)', async (t, evaluate) => {
       name: 'Beyond Canon',
     }],
     multiple: [
-      {slots: {tooltip: false}},
-      {slots: {tooltip: true}},
-      {slots: {tooltip: true, content: 'Next'}},
-      {slots: {tooltip: 'Apple', content: 'Banana'}},
+      {slots: {tooltipStyle: 'none'}},
+      {slots: {tooltipStyle: 'browser'}},
+      {slots: {tooltipStyle: 'browser', content: 'Next'}},
       {slots: {content: 'Banana'}},
     ],
   });