diff options
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}); } |