From e8f8306cf85288c1f424a4d31cfc50c2aac2ccab Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 13 Jan 2024 19:12:46 -0400 Subject: content, css, test: linkThing: wiki tooltip --- test/snapshot/linkThing.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/snapshot/linkThing.js') diff --git a/test/snapshot/linkThing.js b/test/snapshot/linkThing.js index 5aaf99ca..d7d28a55 100644 --- a/test/snapshot/linkThing.js +++ b/test/snapshot/linkThing.js @@ -32,11 +32,18 @@ testContentFunctions(t, 'linkThing (snapshot)', async (t, evaluate) => { args: ['localized.album', { directory: 'beyond-canon', name: 'Beyond Canon', + nameShort: 'BC', }], multiple: [ {slots: {tooltipStyle: 'none'}}, {slots: {tooltipStyle: 'browser'}}, {slots: {tooltipStyle: 'browser', content: 'Next'}}, + {slots: {tooltipStyle: 'auto'}}, + {slots: {tooltipStyle: 'auto', preferShortName: true}}, + {slots: {tooltipStyle: 'auto', preferShortName: true, content: 'Next'}}, + {slots: {tooltipStyle: 'auto', content: 'Next'}}, + {slots: {tooltipStyle: 'wiki'}}, + {slots: {tooltipStyle: 'wiki', content: 'Next'}}, {slots: {content: 'Banana'}}, ], }); -- cgit 1.3.0-6-gf8a5