diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-29 19:08:33 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-29 20:41:54 -0300 |
commit | 40d6c1c3bd8c454479cdb283086b4bfc339688fe (patch) | |
tree | ba26b61db8a3b75eef58b14b2236316d2c25ab82 /test | |
parent | 77bb29bfbcfe21dd6d01776f8578b2ff894076c8 (diff) |
external-links, test: update linkExternal snapshot tests
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/linkExternal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshot/linkExternal.js b/test/snapshot/linkExternal.js index f4138630..6c43ea35 100644 --- a/test/snapshot/linkExternal.js +++ b/test/snapshot/linkExternal.js @@ -20,7 +20,7 @@ testContentFunctions(t, 'linkExternal (snapshot)', async (t, evaluate) => { }); const quickSnapshotAllStyles = (context, urls) => { - for (const style of ['platform', 'normal', 'compact']) { + for (const style of ['platform', 'handle']) { const message = `context: ${context}, style: ${style}`; quickSnapshot(message, urls, {context, style}); } |