From 58692c5544781c0fb50f7ab112be7eb38a188ae6 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 13 Jan 2024 16:00:03 -0400 Subject: content, test: image: remove 'id' slot --- test/snapshot/image.js | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'test/snapshot') diff --git a/test/snapshot/image.js b/test/snapshot/image.js index 2a1e9805..447e7fa7 100644 --- a/test/snapshot/image.js +++ b/test/snapshot/image.js @@ -38,29 +38,6 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => { }, }); - quickSnapshot('id without link', { - slots: { - src: 'foobar', - id: 'banana', - }, - }); - - quickSnapshot('id with link', { - slots: { - src: 'foobar', - link: true, - id: 'banana', - }, - }); - - quickSnapshot('id with square', { - slots: { - src: 'foobar', - square: true, - id: 'banana', - }, - }); - quickSnapshot('width & height', { slots: { src: 'foobar', -- cgit 1.3.0-6-gf8a5