diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 19:55:51 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 21:19:10 -0400 |
commit | 7cf04ff2deb4401ac9ab8d0b305658e6ac740c7e (patch) | |
tree | a20471d159026998a6405024007447bb69b827d1 /test/snapshot | |
parent | e8f8306cf85288c1f424a4d31cfc50c2aac2ccab (diff) |
content, test: linkThing: apply color to text-with-tooltip wrapper
Diffstat (limited to 'test/snapshot')
-rw-r--r-- | test/snapshot/linkThing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/snapshot/linkThing.js b/test/snapshot/linkThing.js index d7d28a55..502db6d7 100644 --- a/test/snapshot/linkThing.js +++ b/test/snapshot/linkThing.js @@ -58,6 +58,7 @@ testContentFunctions(t, 'linkThing (snapshot)', async (t, evaluate) => { {slots: {color: false}}, {slots: {color: true}}, {slots: {color: '#aaccff'}}, + {slots: {color: '#aaccff', tooltipStyle: 'wiki'}}, ], }); |