From a3dca62ee1cd0c1da0a8952bbbf62fb55ce7319f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 13 Jan 2024 19:11:28 -0400 Subject: content, test: linkThing: tooltip -> tooltipStyle --- test/snapshot/linkThing.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/snapshot') 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'}}, ], }); -- cgit 1.3.0-6-gf8a5