From 538bbb9840d281fa0a526ab2802a45046ffad559 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Fri, 30 Jun 2017 11:08:08 -0700 Subject: [PATCH] Add missing core__gallery fixtures --- blocks/test/fixtures/core__gallery.json | 42 +++++++++++++++++++ .../fixtures/core__gallery.serialized.html | 6 +++ 2 files changed, 48 insertions(+) create mode 100644 blocks/test/fixtures/core__gallery.json create mode 100644 blocks/test/fixtures/core__gallery.serialized.html diff --git a/blocks/test/fixtures/core__gallery.json b/blocks/test/fixtures/core__gallery.json new file mode 100644 index 00000000000000..aa42f70c3990a2 --- /dev/null +++ b/blocks/test/fixtures/core__gallery.json @@ -0,0 +1,42 @@ +[ + { + "uid": "_uid_0", + "name": "core/gallery", + "attributes": { + "images": [ + { + "sizes": { + "full": { + "url": "https://cldup.com/uuUqE_dXzy.jpg", + "height": 1080, + "width": 810, + "orientation": "portrait" + } + }, + "mime": "image/jpeg", + "type": "image", + "subtype": "jpeg", + "id": 1, + "url": "https://cldup.com/uuUqE_dXzy.jpg", + "alt": "title" + }, + { + "sizes": { + "full": { + "url": "http://google.com/hi.png", + "height": 1080, + "width": 1440, + "orientation": "landscape" + } + }, + "mime": "image/jpeg", + "type": "image", + "subtype": "jpeg", + "id": 2, + "url": "http://google.com/hi.png", + "alt": "title" + } + ] + } + } +] diff --git a/blocks/test/fixtures/core__gallery.serialized.html b/blocks/test/fixtures/core__gallery.serialized.html new file mode 100644 index 00000000000000..49e8169c9bd47c --- /dev/null +++ b/blocks/test/fixtures/core__gallery.serialized.html @@ -0,0 +1,6 @@ + + + \ No newline at end of file