diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-06-15 17:28:59 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-06-15 17:28:59 -0300 |
commit | 250b0279844f020753eae6ced6e7c34f0b224347 (patch) | |
tree | c89c9e177bd42c92c7497a08a855ce82b3739dad /test/snapshot | |
parent | fc5c3f4e66660018e835ab0f3b664ef0d6abe2ef (diff) |
content, test: linkContribution: only show first four icons
Diffstat (limited to 'test/snapshot')
-rw-r--r-- | test/snapshot/linkContribution.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/snapshot/linkContribution.js b/test/snapshot/linkContribution.js index 758fa264..44033ad3 100644 --- a/test/snapshot/linkContribution.js +++ b/test/snapshot/linkContribution.js @@ -51,4 +51,22 @@ testContentFunctions(t, 'linkContribution (snapshot)', async (t, evaluate) => { }); quickSnapshot('no accents', {}); + + evaluate.snapshot('loads of links', { + name: 'linkContribution', + args: [ + {name: 'Lorem Ipsum Lover', directory: 'lorem-ipsum-lover', urls: [ + 'https://loremipsum.io', + 'https://loremipsum.io/generator/', + 'https://loremipsum.io/#meaning', + 'https://loremipsum.io/#usage-and-examples', + 'https://loremipsum.io/#controversy', + 'https://loremipsum.io/#when-to-use-lorem-ipsum', + 'https://loremipsum.io/#lorem-ipsum-all-the-things', + 'https://loremipsum.io/#original-source', + ]}, + null, + ], + slots: {showIcons: true}, + }); }); |