diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-10 10:53:45 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-10 10:53:45 -0300 |
commit | f49326e998f69931b52969c4235b0ee478ddc682 (patch) | |
tree | 22821489f63ef6a5395ddd6aad930082917f45ff /test | |
parent | f00554fe281dfccfed09524b4fc9a6677a56ffcf (diff) |
content: linkContribution: add preventWrapping slot
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/linkContribution.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/snapshot/linkContribution.js b/test/snapshot/linkContribution.js index 10b1bd08..ccb74674 100644 --- a/test/snapshot/linkContribution.js +++ b/test/snapshot/linkContribution.js @@ -64,4 +64,10 @@ testContentFunctions(t, 'linkContribution (snapshot)', async (t, evaluate) => { ], slots: {showIcons: true}, }); + + quickSnapshot('no preventWrapping', { + showContribution: true, + showIcons: true, + preventWrapping: false, + }); }); |