diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/linkThing.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/snapshot/linkThing.js b/test/snapshot/linkThing.js index 195d8c0e..5aaf99ca 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'}}, ], }); |