Skip to content

Commit

Permalink
Remove invalid url's and id's from media fixtures so they can be used…
Browse files Browse the repository at this point in the history
… the generic transforms test.
  • Loading branch information
jorgefilipecosta committed Mar 25, 2019
1 parent 39d435b commit 2f2d3d6
Show file tree
Hide file tree
Showing 83 changed files with 578 additions and 175 deletions.
149 changes: 149 additions & 0 deletions packages/e2e-tests/fixtures/block-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export const EXPECTED_TRANSFORMS = {
originalBlock: 'Archives',
availableTransforms: [],
},
core__audio: {
originalBlock: 'Audio',
availableTransforms: [
'File',
],
},
core__button__center: {
originalBlock: 'Button',
availableTransforms: [],
Expand All @@ -15,6 +21,36 @@ export const EXPECTED_TRANSFORMS = {
originalBlock: 'Calendar',
availableTransforms: [],
},
'core__media-text': {
originalBlock: 'Media & Text',
availableTransforms: [
'Image',
],
},
'core__media-text__image-alt-no-align': {
originalBlock: 'Media & Text',
availableTransforms: [
'Image',
],
},
'core__media-text__is-stacked-on-mobile': {
originalBlock: 'Media & Text',
availableTransforms: [
'Video',
],
},
'core__media-text__media-right-custom-width': {
originalBlock: 'Media & Text',
availableTransforms: [
'Video',
],
},
'core__media-text__video': {
originalBlock: 'Media & Text',
availableTransforms: [
'Video',
],
},
core__categories: {
originalBlock: 'Categories',
availableTransforms: [],
Expand All @@ -29,10 +65,52 @@ export const EXPECTED_TRANSFORMS = {
originalBlock: 'Columns',
availableTransforms: [],
},
core__cover: {
availableTransforms: [
'Image',
],
originalBlock: 'Cover',
},
core__cover__video: {
availableTransforms: [
'Video',
],
originalBlock: 'Cover',
},
'core__cover__video-overlay': {
availableTransforms: [
'Video',
],
originalBlock: 'Cover',
},
core__embed: {
originalBlock: 'Embed',
availableTransforms: [],
},
'core__file__new-window': {
originalBlock: 'File',
availableTransforms: [],
},
'core__file__no-download-button': {
originalBlock: 'File',
availableTransforms: [],
},
'core__file__no-text-link': {
originalBlock: 'File',
availableTransforms: [],
},
core__gallery: {
originalBlock: 'Gallery',
availableTransforms: [
'Image',
],
},
core__gallery__columns: {
originalBlock: 'Gallery',
availableTransforms: [
'Image',
],
},
'core__heading__h2-em': {
originalBlock: 'Heading',
availableTransforms: [
Expand All @@ -51,6 +129,69 @@ export const EXPECTED_TRANSFORMS = {
originalBlock: 'Custom HTML',
availableTransforms: [],
},
core__image: {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__image__attachment-link': {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__image__center-caption': {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__image__custom-link': {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__image__custom-link-class': {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__image__custom-link-rel': {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__image__media-link': {
originalBlock: 'Image',
availableTransforms: [
'Gallery',
'Cover',
'File',
'Media & Text',
],
},
'core__latest-comments': {
originalBlock: 'Latest Comments',
availableTransforms: [],
Expand Down Expand Up @@ -175,4 +316,12 @@ export const EXPECTED_TRANSFORMS = {
'Paragraph',
],
},
core__video: {
originalBlock: 'Video',
availableTransforms: [
'Cover',
'File',
'Media & Text',
],
},
};
2 changes: 1 addition & 1 deletion packages/e2e-tests/fixtures/blocks/core__audio.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- wp:core/audio {"align":"right"} -->
<figure class="wp-block-audio alignright">
<audio controls="" src="https://media.simplecast.com/episodes/audio/80564/draft-podcast-51-livePublish2.mp3"></audio>
<audio controls="" src="data:audio/mpeg;base64,/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"></audio>
</figure>
<!-- /wp:core/audio -->
4 changes: 2 additions & 2 deletions packages/e2e-tests/fixtures/blocks/core__audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"name": "core/audio",
"isValid": true,
"attributes": {
"src": "https://media.simplecast.com/episodes/audio/80564/draft-podcast-51-livePublish2.mp3",
"src": "data:audio/mpeg;base64,/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"caption": "",
"autoplay": false,
"loop": false,
"align": "right"
},
"innerBlocks": [],
"originalContent": "<figure class=\"wp-block-audio alignright\">\n <audio controls=\"\" src=\"https://media.simplecast.com/episodes/audio/80564/draft-podcast-51-livePublish2.mp3\"></audio>\n</figure>"
"originalContent": "<figure class=\"wp-block-audio alignright\">\n <audio controls=\"\" src=\"data:audio/mpeg;base64,/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\"></audio>\n</figure>"
}
]
4 changes: 2 additions & 2 deletions packages/e2e-tests/fixtures/blocks/core__audio.parsed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"align": "right"
},
"innerBlocks": [],
"innerHTML": "\n<figure class=\"wp-block-audio alignright\">\n <audio controls=\"\" src=\"https://media.simplecast.com/episodes/audio/80564/draft-podcast-51-livePublish2.mp3\"></audio>\n</figure>\n",
"innerHTML": "\n<figure class=\"wp-block-audio alignright\">\n <audio controls=\"\" src=\"data:audio/mpeg;base64,/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\"></audio>\n</figure>\n",
"innerContent": [
"\n<figure class=\"wp-block-audio alignright\">\n <audio controls=\"\" src=\"https://media.simplecast.com/episodes/audio/80564/draft-podcast-51-livePublish2.mp3\"></audio>\n</figure>\n"
"\n<figure class=\"wp-block-audio alignright\">\n <audio controls=\"\" src=\"data:audio/mpeg;base64,/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\"></audio>\n</figure>\n"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:audio {"align":"right"} -->
<figure class="wp-block-audio alignright"><audio controls src="https://media.simplecast.com/episodes/audio/80564/draft-podcast-51-livePublish2.mp3"></audio></figure>
<figure class="wp-block-audio alignright"><audio controls src="data:audio/mpeg;base64,/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"></audio></figure>
<!-- /wp:audio -->
4 changes: 2 additions & 2 deletions packages/e2e-tests/fixtures/blocks/core__cover.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- wp:cover {"url":"https://cldup.com/uuUqE_dXzy.jpg","dimRatio":40} -->
<!-- wp:cover {"url":"data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=","dimRatio":40} -->
<div
class="wp-block-cover has-background-dim-40 has-background-dim"
style="background-image:url(https://cldup.com/uuUqE_dXzy.jpg)"
style="background-image:url(data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=)"
>
<div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} -->
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-tests/fixtures/blocks/core__cover.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "core/cover",
"isValid": true,
"attributes": {
"url": "https://cldup.com/uuUqE_dXzy.jpg",
"url": "data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=",
"hasParallax": false,
"dimRatio": 40,
"backgroundType": "image"
Expand All @@ -25,6 +25,6 @@
"originalContent": "<p style=\"text-align:center\" class=\"has-large-font-size\">\n\t\t\tGuten Berg!\n\t\t</p>"
}
],
"originalContent": "<div\n\tclass=\"wp-block-cover has-background-dim-40 has-background-dim\"\n\tstyle=\"background-image:url(https://cldup.com/uuUqE_dXzy.jpg)\"\n>\n\t<div class=\"wp-block-cover__inner-container\">\n\t\t\n\t</div>\n</div>"
"originalContent": "<div\n\tclass=\"wp-block-cover has-background-dim-40 has-background-dim\"\n\tstyle=\"background-image:url(data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=)\"\n>\n\t<div class=\"wp-block-cover__inner-container\">\n\t\t\n\t</div>\n</div>"
}
]
6 changes: 3 additions & 3 deletions packages/e2e-tests/fixtures/blocks/core__cover.parsed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"blockName": "core/cover",
"attrs": {
"url": "https://cldup.com/uuUqE_dXzy.jpg",
"url": "data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=",
"dimRatio": 40
},
"innerBlocks": [
Expand All @@ -20,9 +20,9 @@
]
}
],
"innerHTML": "\n<div\n\tclass=\"wp-block-cover has-background-dim-40 has-background-dim\"\n\tstyle=\"background-image:url(https://cldup.com/uuUqE_dXzy.jpg)\"\n>\n\t<div class=\"wp-block-cover__inner-container\">\n\t\t\n\t</div>\n</div>\n",
"innerHTML": "\n<div\n\tclass=\"wp-block-cover has-background-dim-40 has-background-dim\"\n\tstyle=\"background-image:url(data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=)\"\n>\n\t<div class=\"wp-block-cover__inner-container\">\n\t\t\n\t</div>\n</div>\n",
"innerContent": [
"\n<div\n\tclass=\"wp-block-cover has-background-dim-40 has-background-dim\"\n\tstyle=\"background-image:url(https://cldup.com/uuUqE_dXzy.jpg)\"\n>\n\t<div class=\"wp-block-cover__inner-container\">\n\t\t",
"\n<div\n\tclass=\"wp-block-cover has-background-dim-40 has-background-dim\"\n\tstyle=\"background-image:url(data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=)\"\n>\n\t<div class=\"wp-block-cover__inner-container\">\n\t\t",
null,
"\n\t</div>\n</div>\n"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- wp:cover {"url":"https://cldup.com/uuUqE_dXzy.jpg","dimRatio":40} -->
<div class="wp-block-cover has-background-dim-40 has-background-dim" style="background-image:url(https://cldup.com/uuUqE_dXzy.jpg)"><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} -->
<!-- wp:cover {"url":"data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=","dimRatio":40} -->
<div class="wp-block-cover has-background-dim-40 has-background-dim" style="background-image:url(data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=)"><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} -->
<p style="text-align:center" class="has-large-font-size">
Guten Berg!
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":true,"id":176} -->
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":true} -->
<div class="wp-block-file"><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js" target="_blank" rel="noreferrer noopener">6546</a><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js" class="wp-block-file__button" download>Download</a></div>
<!-- /wp:file -->
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"name": "core/file",
"isValid": true,
"attributes": {
"id": 176,
"href": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"fileName": "6546",
"textLinkHref": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"blockName": "core/file",
"attrs": {
"href": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"showDownloadButton": true,
"id": 176
"showDownloadButton": true
},
"innerBlocks": [],
"innerHTML": "\n<div class=\"wp-block-file\"><a href=\"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js\" target=\"_blank\" rel=\"noreferrer noopener\">6546</a><a href=\"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js\" class=\"wp-block-file__button\" download>Download</a></div>\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:file {"id":176,"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js"} -->
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js"} -->
<div class="wp-block-file"><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js" target="_blank" rel="noreferrer noopener">6546</a><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js" class="wp-block-file__button" download>Download</a></div>
<!-- /wp:file -->
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":false,"id":176} -->
<div class="wp-block-file"><a href="http://localhost:8888/?attachment_id=176">lkjfijwef</a></div>
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":false} -->
<div class="wp-block-file"><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js">lkjfijwef</a></div>
<!-- /wp:file -->
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"name": "core/file",
"isValid": true,
"attributes": {
"id": 176,
"href": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"fileName": "lkjfijwef",
"textLinkHref": "http://localhost:8888/?attachment_id=176",
"textLinkHref": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"showDownloadButton": false,
"downloadButtonText": ""
},
"innerBlocks": [],
"originalContent": "<div class=\"wp-block-file\"><a href=\"http://localhost:8888/?attachment_id=176\">lkjfijwef</a></div>"
"originalContent": "<div class=\"wp-block-file\"><a href=\"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js\">lkjfijwef</a></div>"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"blockName": "core/file",
"attrs": {
"href": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"showDownloadButton": false,
"id": 176
"showDownloadButton": false
},
"innerBlocks": [],
"innerHTML": "\n<div class=\"wp-block-file\"><a href=\"http://localhost:8888/?attachment_id=176\">lkjfijwef</a></div>\n",
"innerHTML": "\n<div class=\"wp-block-file\"><a href=\"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js\">lkjfijwef</a></div>\n",
"innerContent": [
"\n<div class=\"wp-block-file\"><a href=\"http://localhost:8888/?attachment_id=176\">lkjfijwef</a></div>\n"
"\n<div class=\"wp-block-file\"><a href=\"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js\">lkjfijwef</a></div>\n"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:file {"id":176,"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":false} -->
<div class="wp-block-file"><a href="http://localhost:8888/?attachment_id=176">lkjfijwef</a></div>
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":false} -->
<div class="wp-block-file"><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js">lkjfijwef</a></div>
<!-- /wp:file -->
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":true,"id":176} -->
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js","showDownloadButton":true} -->
<div class="wp-block-file"><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js" class="wp-block-file__button" download>Download</a></div>
<!-- /wp:file -->
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"name": "core/file",
"isValid": true,
"attributes": {
"id": 176,
"href": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"fileName": "",
"showDownloadButton": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"blockName": "core/file",
"attrs": {
"href": "http://localhost:8888/wp-content/uploads/2018/05/keycodes.js",
"showDownloadButton": true,
"id": 176
"showDownloadButton": true
},
"innerBlocks": [],
"innerHTML": "\n<div class=\"wp-block-file\"><a href=\"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js\" class=\"wp-block-file__button\" download>Download</a></div>\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:file {"id":176,"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js"} -->
<!-- wp:file {"href":"http://localhost:8888/wp-content/uploads/2018/05/keycodes.js"} -->
<div class="wp-block-file"><a href="http://localhost:8888/wp-content/uploads/2018/05/keycodes.js" class="wp-block-file__button" download>Download</a></div>
<!-- /wp:file -->
4 changes: 2 additions & 2 deletions packages/e2e-tests/fixtures/blocks/core__gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<ul class="wp-block-gallery columns-2 is-cropped">
<li class="blocks-gallery-item">
<figure>
<img src="https://cldup.com/uuUqE_dXzy.jpg" alt="title" />
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==" alt="title" />
</figure>
</li>
<li class="blocks-gallery-item">
<figure>
<img src="http://google.com/hi.png" alt="title" />
<img src="data:image/jpeg;base64,/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k=" alt="title" />
</figure>
</li>
</ul>
Expand Down
Loading

0 comments on commit 2f2d3d6

Please sign in to comment.