From 1635cbe9e386a836444cbe845151a6dc3527fbfb Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Fri, 16 Jul 2021 13:15:26 +0200 Subject: [PATCH 1/3] Tests: Always format generated test fixtures --- test/integration/blocks-raw-handling.test.js | 40 ++++++++++++++----- .../fixtures/{ => documents}/apple-in.html | 0 .../fixtures/{ => documents}/apple-out.html | 0 .../fixtures/{ => documents}/classic-in.html | 0 .../fixtures/{ => documents}/classic-out.html | 0 .../fixtures/{ => documents}/evernote-in.html | 0 .../{ => documents}/evernote-out.html | 0 .../google-docs-blank-lines.html | 0 .../{ => documents}/google-docs-in.html | 0 .../{ => documents}/google-docs-out.html | 0 .../{ => documents}/google-docs-table-in.html | 0 .../google-docs-table-out.html | 0 .../google-docs-table-with-comments-in.html | 0 .../google-docs-table-with-comments-out.html | 0 .../google-docs-with-comments-in.html | 0 .../google-docs-with-comments-out.html | 0 .../{ => documents}/gutenberg-in.html | 0 .../{ => documents}/gutenberg-out.html | 0 .../{ => documents}/iframe-embed-in.html | 0 .../{ => documents}/iframe-embed-out.html | 0 .../inline-with-html-formatting-space.html | 0 .../{ => documents}/list-with-attributes.html | 0 .../fixtures/{ => documents}/markdown-in.txt | 0 .../{ => documents}/markdown-out.html | 0 .../fixtures/{ => documents}/ms-word-in.html | 0 .../{ => documents}/ms-word-online-in.html | 0 .../{ => documents}/ms-word-online-out.html | 0 .../fixtures/{ => documents}/ms-word-out.html | 0 .../{ => documents}/ms-word-styled-in.html | 0 .../{ => documents}/ms-word-styled-out.html | 0 .../{ => documents}/one-image-in.html | 0 .../{ => documents}/one-image-out.html | 0 .../fixtures/{ => documents}/plain-in.html | 0 .../fixtures/{ => documents}/plain-out.html | 0 .../shortcode-caption-with-caption-link.html | 0 .../shortcode-caption-with-link.html | 0 .../{ => documents}/shortcode-caption.html | 0 .../shortcode-matching-in.html | 0 .../shortcode-matching-out.html | 0 .../{ => documents}/two-images-in.html | 0 .../{ => documents}/two-images-out.html | 0 .../fixtures/{ => documents}/windows.html | 0 .../{ => documents}/wordpress-convert.html | 0 .../{ => documents}/wordpress-in.html | 0 .../{ => documents}/wordpress-out.html | 0 45 files changed, 29 insertions(+), 11 deletions(-) rename test/integration/fixtures/{ => documents}/apple-in.html (100%) rename test/integration/fixtures/{ => documents}/apple-out.html (100%) rename test/integration/fixtures/{ => documents}/classic-in.html (100%) rename test/integration/fixtures/{ => documents}/classic-out.html (100%) rename test/integration/fixtures/{ => documents}/evernote-in.html (100%) rename test/integration/fixtures/{ => documents}/evernote-out.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-blank-lines.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-in.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-out.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-table-in.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-table-out.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-table-with-comments-in.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-table-with-comments-out.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-with-comments-in.html (100%) rename test/integration/fixtures/{ => documents}/google-docs-with-comments-out.html (100%) rename test/integration/fixtures/{ => documents}/gutenberg-in.html (100%) rename test/integration/fixtures/{ => documents}/gutenberg-out.html (100%) rename test/integration/fixtures/{ => documents}/iframe-embed-in.html (100%) rename test/integration/fixtures/{ => documents}/iframe-embed-out.html (100%) rename test/integration/fixtures/{ => documents}/inline-with-html-formatting-space.html (100%) rename test/integration/fixtures/{ => documents}/list-with-attributes.html (100%) rename test/integration/fixtures/{ => documents}/markdown-in.txt (100%) rename test/integration/fixtures/{ => documents}/markdown-out.html (100%) rename test/integration/fixtures/{ => documents}/ms-word-in.html (100%) rename test/integration/fixtures/{ => documents}/ms-word-online-in.html (100%) rename test/integration/fixtures/{ => documents}/ms-word-online-out.html (100%) rename test/integration/fixtures/{ => documents}/ms-word-out.html (100%) rename test/integration/fixtures/{ => documents}/ms-word-styled-in.html (100%) rename test/integration/fixtures/{ => documents}/ms-word-styled-out.html (100%) rename test/integration/fixtures/{ => documents}/one-image-in.html (100%) rename test/integration/fixtures/{ => documents}/one-image-out.html (100%) rename test/integration/fixtures/{ => documents}/plain-in.html (100%) rename test/integration/fixtures/{ => documents}/plain-out.html (100%) rename test/integration/fixtures/{ => documents}/shortcode-caption-with-caption-link.html (100%) rename test/integration/fixtures/{ => documents}/shortcode-caption-with-link.html (100%) rename test/integration/fixtures/{ => documents}/shortcode-caption.html (100%) rename test/integration/fixtures/{ => documents}/shortcode-matching-in.html (100%) rename test/integration/fixtures/{ => documents}/shortcode-matching-out.html (100%) rename test/integration/fixtures/{ => documents}/two-images-in.html (100%) rename test/integration/fixtures/{ => documents}/two-images-out.html (100%) rename test/integration/fixtures/{ => documents}/windows.html (100%) rename test/integration/fixtures/{ => documents}/wordpress-convert.html (100%) rename test/integration/fixtures/{ => documents}/wordpress-in.html (100%) rename test/integration/fixtures/{ => documents}/wordpress-out.html (100%) diff --git a/test/integration/blocks-raw-handling.test.js b/test/integration/blocks-raw-handling.test.js index 8fac54be759151..9e388c0d200606 100644 --- a/test/integration/blocks-raw-handling.test.js +++ b/test/integration/blocks-raw-handling.test.js @@ -447,13 +447,22 @@ describe( 'Blocks raw handling', () => { // eslint-disable-next-line jest/valid-title it( type, () => { const HTML = readFile( - path.join( __dirname, `fixtures/${ type }-in.html` ) + path.join( + __dirname, + `fixtures/documents/${ type }-in.html` + ) ); const plainText = readFile( - path.join( __dirname, `fixtures/${ type }-in.txt` ) + path.join( + __dirname, + `fixtures/documents/${ type }-in.txt` + ) ); const output = readFile( - path.join( __dirname, `fixtures/${ type }-out.html` ) + path.join( + __dirname, + `fixtures/documents/${ type }-out.html` + ) ); if ( ! ( HTML || plainText ) || ! output ) { @@ -483,7 +492,10 @@ describe( 'Blocks raw handling', () => { it( 'should remove extra blank lines', () => { const HTML = readFile( - path.join( __dirname, 'fixtures/google-docs-blank-lines.html' ) + path.join( + __dirname, + 'fixtures/documents/google-docs-blank-lines.html' + ) ); expect( serialize( pasteHandler( { HTML } ) ) ).toMatchSnapshot(); expect( console ).toHaveLogged(); @@ -491,7 +503,7 @@ describe( 'Blocks raw handling', () => { it( 'should strip windows data', () => { const HTML = readFile( - path.join( __dirname, 'fixtures/windows.html' ) + path.join( __dirname, 'fixtures/documents/windows.html' ) ); expect( serialize( pasteHandler( { HTML } ) ) ).toMatchSnapshot(); } ); @@ -500,7 +512,7 @@ describe( 'Blocks raw handling', () => { const HTML = readFile( path.join( __dirname, - 'fixtures/inline-with-html-formatting-space.html' + 'fixtures/documents/inline-with-html-formatting-space.html' ) ); expect( pasteHandler( { HTML } ) ).toMatchSnapshot(); @@ -512,21 +524,24 @@ describe( 'Blocks raw handling', () => { describe( 'rawHandler', () => { it( 'should convert HTML post to blocks with minimal content changes', () => { const HTML = readFile( - path.join( __dirname, 'fixtures/wordpress-convert.html' ) + path.join( __dirname, 'fixtures/documents/wordpress-convert.html' ) ); expect( serialize( rawHandler( { HTML } ) ) ).toMatchSnapshot(); } ); it( 'should convert a caption shortcode', () => { const HTML = readFile( - path.join( __dirname, 'fixtures/shortcode-caption.html' ) + path.join( __dirname, 'fixtures/documents/shortcode-caption.html' ) ); expect( serialize( rawHandler( { HTML } ) ) ).toMatchSnapshot(); } ); it( 'should convert a caption shortcode with link', () => { const HTML = readFile( - path.join( __dirname, 'fixtures/shortcode-caption-with-link.html' ) + path.join( + __dirname, + 'fixtures/documents/shortcode-caption-with-link.html' + ) ); expect( serialize( rawHandler( { HTML } ) ) ).toMatchSnapshot(); } ); @@ -535,7 +550,7 @@ describe( 'rawHandler', () => { const HTML = readFile( path.join( __dirname, - 'fixtures/shortcode-caption-with-caption-link.html' + 'fixtures/documents/shortcode-caption-with-caption-link.html' ) ); expect( serialize( rawHandler( { HTML } ) ) ).toMatchSnapshot(); @@ -543,7 +558,10 @@ describe( 'rawHandler', () => { it( 'should convert a list with attributes', () => { const HTML = readFile( - path.join( __dirname, 'fixtures/list-with-attributes.html' ) + path.join( + __dirname, + 'fixtures/documents/list-with-attributes.html' + ) ); expect( serialize( rawHandler( { HTML } ) ) ).toMatchSnapshot(); } ); diff --git a/test/integration/fixtures/apple-in.html b/test/integration/fixtures/documents/apple-in.html similarity index 100% rename from test/integration/fixtures/apple-in.html rename to test/integration/fixtures/documents/apple-in.html diff --git a/test/integration/fixtures/apple-out.html b/test/integration/fixtures/documents/apple-out.html similarity index 100% rename from test/integration/fixtures/apple-out.html rename to test/integration/fixtures/documents/apple-out.html diff --git a/test/integration/fixtures/classic-in.html b/test/integration/fixtures/documents/classic-in.html similarity index 100% rename from test/integration/fixtures/classic-in.html rename to test/integration/fixtures/documents/classic-in.html diff --git a/test/integration/fixtures/classic-out.html b/test/integration/fixtures/documents/classic-out.html similarity index 100% rename from test/integration/fixtures/classic-out.html rename to test/integration/fixtures/documents/classic-out.html diff --git a/test/integration/fixtures/evernote-in.html b/test/integration/fixtures/documents/evernote-in.html similarity index 100% rename from test/integration/fixtures/evernote-in.html rename to test/integration/fixtures/documents/evernote-in.html diff --git a/test/integration/fixtures/evernote-out.html b/test/integration/fixtures/documents/evernote-out.html similarity index 100% rename from test/integration/fixtures/evernote-out.html rename to test/integration/fixtures/documents/evernote-out.html diff --git a/test/integration/fixtures/google-docs-blank-lines.html b/test/integration/fixtures/documents/google-docs-blank-lines.html similarity index 100% rename from test/integration/fixtures/google-docs-blank-lines.html rename to test/integration/fixtures/documents/google-docs-blank-lines.html diff --git a/test/integration/fixtures/google-docs-in.html b/test/integration/fixtures/documents/google-docs-in.html similarity index 100% rename from test/integration/fixtures/google-docs-in.html rename to test/integration/fixtures/documents/google-docs-in.html diff --git a/test/integration/fixtures/google-docs-out.html b/test/integration/fixtures/documents/google-docs-out.html similarity index 100% rename from test/integration/fixtures/google-docs-out.html rename to test/integration/fixtures/documents/google-docs-out.html diff --git a/test/integration/fixtures/google-docs-table-in.html b/test/integration/fixtures/documents/google-docs-table-in.html similarity index 100% rename from test/integration/fixtures/google-docs-table-in.html rename to test/integration/fixtures/documents/google-docs-table-in.html diff --git a/test/integration/fixtures/google-docs-table-out.html b/test/integration/fixtures/documents/google-docs-table-out.html similarity index 100% rename from test/integration/fixtures/google-docs-table-out.html rename to test/integration/fixtures/documents/google-docs-table-out.html diff --git a/test/integration/fixtures/google-docs-table-with-comments-in.html b/test/integration/fixtures/documents/google-docs-table-with-comments-in.html similarity index 100% rename from test/integration/fixtures/google-docs-table-with-comments-in.html rename to test/integration/fixtures/documents/google-docs-table-with-comments-in.html diff --git a/test/integration/fixtures/google-docs-table-with-comments-out.html b/test/integration/fixtures/documents/google-docs-table-with-comments-out.html similarity index 100% rename from test/integration/fixtures/google-docs-table-with-comments-out.html rename to test/integration/fixtures/documents/google-docs-table-with-comments-out.html diff --git a/test/integration/fixtures/google-docs-with-comments-in.html b/test/integration/fixtures/documents/google-docs-with-comments-in.html similarity index 100% rename from test/integration/fixtures/google-docs-with-comments-in.html rename to test/integration/fixtures/documents/google-docs-with-comments-in.html diff --git a/test/integration/fixtures/google-docs-with-comments-out.html b/test/integration/fixtures/documents/google-docs-with-comments-out.html similarity index 100% rename from test/integration/fixtures/google-docs-with-comments-out.html rename to test/integration/fixtures/documents/google-docs-with-comments-out.html diff --git a/test/integration/fixtures/gutenberg-in.html b/test/integration/fixtures/documents/gutenberg-in.html similarity index 100% rename from test/integration/fixtures/gutenberg-in.html rename to test/integration/fixtures/documents/gutenberg-in.html diff --git a/test/integration/fixtures/gutenberg-out.html b/test/integration/fixtures/documents/gutenberg-out.html similarity index 100% rename from test/integration/fixtures/gutenberg-out.html rename to test/integration/fixtures/documents/gutenberg-out.html diff --git a/test/integration/fixtures/iframe-embed-in.html b/test/integration/fixtures/documents/iframe-embed-in.html similarity index 100% rename from test/integration/fixtures/iframe-embed-in.html rename to test/integration/fixtures/documents/iframe-embed-in.html diff --git a/test/integration/fixtures/iframe-embed-out.html b/test/integration/fixtures/documents/iframe-embed-out.html similarity index 100% rename from test/integration/fixtures/iframe-embed-out.html rename to test/integration/fixtures/documents/iframe-embed-out.html diff --git a/test/integration/fixtures/inline-with-html-formatting-space.html b/test/integration/fixtures/documents/inline-with-html-formatting-space.html similarity index 100% rename from test/integration/fixtures/inline-with-html-formatting-space.html rename to test/integration/fixtures/documents/inline-with-html-formatting-space.html diff --git a/test/integration/fixtures/list-with-attributes.html b/test/integration/fixtures/documents/list-with-attributes.html similarity index 100% rename from test/integration/fixtures/list-with-attributes.html rename to test/integration/fixtures/documents/list-with-attributes.html diff --git a/test/integration/fixtures/markdown-in.txt b/test/integration/fixtures/documents/markdown-in.txt similarity index 100% rename from test/integration/fixtures/markdown-in.txt rename to test/integration/fixtures/documents/markdown-in.txt diff --git a/test/integration/fixtures/markdown-out.html b/test/integration/fixtures/documents/markdown-out.html similarity index 100% rename from test/integration/fixtures/markdown-out.html rename to test/integration/fixtures/documents/markdown-out.html diff --git a/test/integration/fixtures/ms-word-in.html b/test/integration/fixtures/documents/ms-word-in.html similarity index 100% rename from test/integration/fixtures/ms-word-in.html rename to test/integration/fixtures/documents/ms-word-in.html diff --git a/test/integration/fixtures/ms-word-online-in.html b/test/integration/fixtures/documents/ms-word-online-in.html similarity index 100% rename from test/integration/fixtures/ms-word-online-in.html rename to test/integration/fixtures/documents/ms-word-online-in.html diff --git a/test/integration/fixtures/ms-word-online-out.html b/test/integration/fixtures/documents/ms-word-online-out.html similarity index 100% rename from test/integration/fixtures/ms-word-online-out.html rename to test/integration/fixtures/documents/ms-word-online-out.html diff --git a/test/integration/fixtures/ms-word-out.html b/test/integration/fixtures/documents/ms-word-out.html similarity index 100% rename from test/integration/fixtures/ms-word-out.html rename to test/integration/fixtures/documents/ms-word-out.html diff --git a/test/integration/fixtures/ms-word-styled-in.html b/test/integration/fixtures/documents/ms-word-styled-in.html similarity index 100% rename from test/integration/fixtures/ms-word-styled-in.html rename to test/integration/fixtures/documents/ms-word-styled-in.html diff --git a/test/integration/fixtures/ms-word-styled-out.html b/test/integration/fixtures/documents/ms-word-styled-out.html similarity index 100% rename from test/integration/fixtures/ms-word-styled-out.html rename to test/integration/fixtures/documents/ms-word-styled-out.html diff --git a/test/integration/fixtures/one-image-in.html b/test/integration/fixtures/documents/one-image-in.html similarity index 100% rename from test/integration/fixtures/one-image-in.html rename to test/integration/fixtures/documents/one-image-in.html diff --git a/test/integration/fixtures/one-image-out.html b/test/integration/fixtures/documents/one-image-out.html similarity index 100% rename from test/integration/fixtures/one-image-out.html rename to test/integration/fixtures/documents/one-image-out.html diff --git a/test/integration/fixtures/plain-in.html b/test/integration/fixtures/documents/plain-in.html similarity index 100% rename from test/integration/fixtures/plain-in.html rename to test/integration/fixtures/documents/plain-in.html diff --git a/test/integration/fixtures/plain-out.html b/test/integration/fixtures/documents/plain-out.html similarity index 100% rename from test/integration/fixtures/plain-out.html rename to test/integration/fixtures/documents/plain-out.html diff --git a/test/integration/fixtures/shortcode-caption-with-caption-link.html b/test/integration/fixtures/documents/shortcode-caption-with-caption-link.html similarity index 100% rename from test/integration/fixtures/shortcode-caption-with-caption-link.html rename to test/integration/fixtures/documents/shortcode-caption-with-caption-link.html diff --git a/test/integration/fixtures/shortcode-caption-with-link.html b/test/integration/fixtures/documents/shortcode-caption-with-link.html similarity index 100% rename from test/integration/fixtures/shortcode-caption-with-link.html rename to test/integration/fixtures/documents/shortcode-caption-with-link.html diff --git a/test/integration/fixtures/shortcode-caption.html b/test/integration/fixtures/documents/shortcode-caption.html similarity index 100% rename from test/integration/fixtures/shortcode-caption.html rename to test/integration/fixtures/documents/shortcode-caption.html diff --git a/test/integration/fixtures/shortcode-matching-in.html b/test/integration/fixtures/documents/shortcode-matching-in.html similarity index 100% rename from test/integration/fixtures/shortcode-matching-in.html rename to test/integration/fixtures/documents/shortcode-matching-in.html diff --git a/test/integration/fixtures/shortcode-matching-out.html b/test/integration/fixtures/documents/shortcode-matching-out.html similarity index 100% rename from test/integration/fixtures/shortcode-matching-out.html rename to test/integration/fixtures/documents/shortcode-matching-out.html diff --git a/test/integration/fixtures/two-images-in.html b/test/integration/fixtures/documents/two-images-in.html similarity index 100% rename from test/integration/fixtures/two-images-in.html rename to test/integration/fixtures/documents/two-images-in.html diff --git a/test/integration/fixtures/two-images-out.html b/test/integration/fixtures/documents/two-images-out.html similarity index 100% rename from test/integration/fixtures/two-images-out.html rename to test/integration/fixtures/documents/two-images-out.html diff --git a/test/integration/fixtures/windows.html b/test/integration/fixtures/documents/windows.html similarity index 100% rename from test/integration/fixtures/windows.html rename to test/integration/fixtures/documents/windows.html diff --git a/test/integration/fixtures/wordpress-convert.html b/test/integration/fixtures/documents/wordpress-convert.html similarity index 100% rename from test/integration/fixtures/wordpress-convert.html rename to test/integration/fixtures/documents/wordpress-convert.html diff --git a/test/integration/fixtures/wordpress-in.html b/test/integration/fixtures/documents/wordpress-in.html similarity index 100% rename from test/integration/fixtures/wordpress-in.html rename to test/integration/fixtures/documents/wordpress-in.html diff --git a/test/integration/fixtures/wordpress-out.html b/test/integration/fixtures/documents/wordpress-out.html similarity index 100% rename from test/integration/fixtures/wordpress-out.html rename to test/integration/fixtures/documents/wordpress-out.html From b92cca55e5e50befa2e48f269b62b6f7328fb1c2 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Fri, 16 Jul 2021 13:22:56 +0200 Subject: [PATCH 2/3] Move block fixtures to integration tests folder --- .../e2e-tests/fixtures/block-transforms.js | 539 ------------------ .../integration}/fixtures/blocks/README.md | 0 .../core__4-invalid-starting-letter.html | 0 .../core__4-invalid-starting-letter.json | 0 ...ore__4-invalid-starting-letter.parsed.json | 0 ..._4-invalid-starting-letter.serialized.html | 0 .../fixtures/blocks/core__archives.html | 0 .../fixtures/blocks/core__archives.json | 0 .../blocks/core__archives.parsed.json | 0 .../blocks/core__archives.serialized.html | 0 .../core__archives__showPostCounts.html | 0 .../core__archives__showPostCounts.json | 0 ...core__archives__showPostCounts.parsed.json | 0 ...__archives__showPostCounts.serialized.html | 0 .../fixtures/blocks/core__audio.html | 0 .../fixtures/blocks/core__audio.json | 0 .../fixtures/blocks/core__audio.parsed.json | 0 .../blocks/core__audio.serialized.html | 0 .../blocks/core__audio__deprecated-1.html | 0 .../blocks/core__audio__deprecated-1.json | 0 .../core__audio__deprecated-1.parsed.json | 0 .../core__audio__deprecated-1.serialized.html | 0 .../fixtures/blocks/core__block.html | 0 .../fixtures/blocks/core__block.json | 0 .../fixtures/blocks/core__block.parsed.json | 0 .../blocks/core__block.serialized.html | 0 ...__button__border_radius__deprecated-2.html | 0 ...__button__border_radius__deprecated-2.json | 0 ...n__border_radius__deprecated-2.parsed.json | 0 ...order_radius__deprecated-2.serialized.html | 0 ...re__button__border_radius__deprecated.html | 0 ...re__button__border_radius__deprecated.json | 0 ...ton__border_radius__deprecated.parsed.json | 0 ..._border_radius__deprecated.serialized.html | 0 .../core__button__center__deprecated.html | 0 .../core__button__center__deprecated.json | 0 ...re__button__center__deprecated.parsed.json | 0 ...button__center__deprecated.serialized.html | 0 .../blocks/core__button__squared.html | 0 .../blocks/core__button__squared.json | 0 .../blocks/core__button__squared.parsed.json | 0 .../core__button__squared.serialized.html | 0 .../fixtures/blocks/core__buttons.html | 0 .../fixtures/blocks/core__buttons.json | 0 .../fixtures/blocks/core__buttons.parsed.json | 0 .../blocks/core__buttons.serialized.html | 0 .../blocks/core__buttons__deprecated-1.html | 0 .../blocks/core__buttons__deprecated-1.json | 0 .../core__buttons__deprecated-1.parsed.json | 0 ...ore__buttons__deprecated-1.serialized.html | 0 .../fixtures/blocks/core__calendar.html | 0 .../fixtures/blocks/core__calendar.json | 0 .../blocks/core__calendar.parsed.json | 0 .../blocks/core__calendar.serialized.html | 0 .../fixtures/blocks/core__categories.html | 0 .../fixtures/blocks/core__categories.json | 0 .../blocks/core__categories.parsed.json | 0 .../blocks/core__categories.serialized.html | 0 .../fixtures/blocks/core__code.html | 0 .../fixtures/blocks/core__code.json | 0 .../fixtures/blocks/core__code.parsed.json | 0 .../blocks/core__code.serialized.html | 0 .../fixtures/blocks/core__column.html | 0 .../fixtures/blocks/core__column.json | 0 .../fixtures/blocks/core__column.parsed.json | 0 .../blocks/core__column.serialized.html | 0 .../blocks/core__column__deprecated-1.html | 0 .../blocks/core__column__deprecated-1.json | 0 .../core__column__deprecated-1.parsed.json | 0 ...core__column__deprecated-1.serialized.html | 0 .../fixtures/blocks/core__columns.html | 0 .../fixtures/blocks/core__columns.json | 0 .../fixtures/blocks/core__columns.parsed.json | 0 .../blocks/core__columns.serialized.html | 0 .../blocks/core__columns__deprecated.html | 0 .../blocks/core__columns__deprecated.json | 0 .../core__columns__deprecated.parsed.json | 0 .../core__columns__deprecated.serialized.html | 0 ...re__columns__is-not-stacked-on-mobile.html | 0 ...re__columns__is-not-stacked-on-mobile.json | 0 ...umns__is-not-stacked-on-mobile.parsed.json | 0 ...__is-not-stacked-on-mobile.serialized.html | 0 .../fixtures/blocks/core__cover.html | 0 .../fixtures/blocks/core__cover.json | 0 .../fixtures/blocks/core__cover.parsed.json | 0 .../blocks/core__cover.serialized.html | 0 .../blocks/core__cover__deprecated-1.html | 0 .../blocks/core__cover__deprecated-1.json | 0 .../core__cover__deprecated-1.parsed.json | 0 .../core__cover__deprecated-1.serialized.html | 0 .../blocks/core__cover__deprecated-2.html | 0 .../blocks/core__cover__deprecated-2.json | 0 .../core__cover__deprecated-2.parsed.json | 0 .../core__cover__deprecated-2.serialized.html | 0 .../blocks/core__cover__deprecated-3.html | 0 .../blocks/core__cover__deprecated-3.json | 0 .../core__cover__deprecated-3.parsed.json | 0 .../core__cover__deprecated-3.serialized.html | 0 .../blocks/core__cover__deprecated-4.html | 0 .../blocks/core__cover__deprecated-4.json | 0 .../core__cover__deprecated-4.parsed.json | 0 .../core__cover__deprecated-4.serialized.html | 0 .../blocks/core__cover__deprecated-5.html | 0 .../blocks/core__cover__deprecated-5.json | 0 .../core__cover__deprecated-5.parsed.json | 0 .../core__cover__deprecated-5.serialized.html | 0 .../blocks/core__cover__deprecated-6.html | 0 .../blocks/core__cover__deprecated-6.json | 0 .../core__cover__deprecated-6.parsed.json | 0 .../core__cover__deprecated-6.serialized.html | 0 .../blocks/core__cover__gradient-image.html | 0 .../blocks/core__cover__gradient-image.json | 0 .../core__cover__gradient-image.parsed.json | 0 ...ore__cover__gradient-image.serialized.html | 0 .../blocks/core__cover__gradient-video.html | 0 .../blocks/core__cover__gradient-video.json | 0 .../core__cover__gradient-video.parsed.json | 0 ...ore__cover__gradient-video.serialized.html | 0 .../blocks/core__cover__gradient.html | 0 .../blocks/core__cover__gradient.json | 0 .../blocks/core__cover__gradient.parsed.json | 0 .../core__cover__gradient.serialized.html | 0 .../blocks/core__cover__solid-color.html | 0 .../blocks/core__cover__solid-color.json | 0 .../core__cover__solid-color.parsed.json | 0 .../core__cover__solid-color.serialized.html | 0 .../blocks/core__cover__video-overlay.html | 0 .../blocks/core__cover__video-overlay.json | 0 .../core__cover__video-overlay.parsed.json | 0 ...core__cover__video-overlay.serialized.html | 0 .../fixtures/blocks/core__cover__video.html | 0 .../fixtures/blocks/core__cover__video.json | 0 .../blocks/core__cover__video.parsed.json | 0 .../blocks/core__cover__video.serialized.html | 0 .../fixtures/blocks/core__embed.html | 0 .../fixtures/blocks/core__embed.json | 0 .../fixtures/blocks/core__embed.parsed.json | 0 .../blocks/core__embed.serialized.html | 0 .../blocks/core__file__new-window.html | 0 .../blocks/core__file__new-window.json | 0 .../blocks/core__file__new-window.parsed.json | 0 .../core__file__new-window.serialized.html | 0 .../core__file__no-download-button.html | 0 .../core__file__no-download-button.json | 0 ...core__file__no-download-button.parsed.json | 0 ...__file__no-download-button.serialized.html | 0 .../blocks/core__file__no-text-link.html | 0 .../blocks/core__file__no-text-link.json | 0 .../core__file__no-text-link.parsed.json | 0 .../core__file__no-text-link.serialized.html | 0 .../blocks/core__file__pdf-preview.html | 0 .../blocks/core__file__pdf-preview.json | 0 .../core__file__pdf-preview.parsed.json | 0 .../core__file__pdf-preview.serialized.html | 0 .../fixtures/blocks/core__freeform.html | 0 .../fixtures/blocks/core__freeform.json | 0 .../blocks/core__freeform.parsed.json | 0 .../blocks/core__freeform.serialized.html | 0 .../blocks/core__freeform__undelimited.html | 0 .../blocks/core__freeform__undelimited.json | 0 .../core__freeform__undelimited.parsed.json | 0 ...ore__freeform__undelimited.serialized.html | 0 .../blocks/core__gallery-with-caption.html | 0 .../blocks/core__gallery-with-caption.json | 0 .../core__gallery-with-caption.parsed.json | 0 ...core__gallery-with-caption.serialized.html | 0 .../fixtures/blocks/core__gallery.html | 0 .../fixtures/blocks/core__gallery.json | 0 .../fixtures/blocks/core__gallery.parsed.json | 0 .../blocks/core__gallery.serialized.html | 0 .../blocks/core__gallery__columns.html | 0 .../blocks/core__gallery__columns.json | 0 .../blocks/core__gallery__columns.parsed.json | 0 .../core__gallery__columns.serialized.html | 0 .../blocks/core__gallery__deprecated-1.html | 0 .../blocks/core__gallery__deprecated-1.json | 0 .../core__gallery__deprecated-1.parsed.json | 0 ...ore__gallery__deprecated-1.serialized.html | 0 .../blocks/core__gallery__deprecated-2.html | 0 .../blocks/core__gallery__deprecated-2.json | 0 .../core__gallery__deprecated-2.parsed.json | 0 ...ore__gallery__deprecated-2.serialized.html | 0 .../blocks/core__gallery__deprecated-3.html | 0 .../blocks/core__gallery__deprecated-3.json | 0 .../core__gallery__deprecated-3.parsed.json | 0 ...ore__gallery__deprecated-3.serialized.html | 0 .../blocks/core__gallery__deprecated-4.html | 0 .../blocks/core__gallery__deprecated-4.json | 0 .../core__gallery__deprecated-4.parsed.json | 0 ...ore__gallery__deprecated-4.serialized.html | 0 .../blocks/core__gallery__deprecated-5.html | 0 .../blocks/core__gallery__deprecated-5.json | 0 .../core__gallery__deprecated-5.parsed.json | 0 ...ore__gallery__deprecated-5.serialized.html | 0 .../fixtures/blocks/core__group.html | 0 .../fixtures/blocks/core__group.json | 0 .../fixtures/blocks/core__group.parsed.json | 0 .../blocks/core__group.serialized.html | 0 .../blocks/core__group__deprecated-2.html | 0 .../blocks/core__group__deprecated-2.json | 0 .../core__group__deprecated-2.parsed.json | 0 .../core__group__deprecated-2.serialized.html | 0 ...re__group__deprecated-inner-container.html | 0 ...re__group__deprecated-inner-container.json | 0 ...up__deprecated-inner-container.parsed.json | 0 ...deprecated-inner-container.serialized.html | 0 .../blocks/core__group__deprecated.html | 0 .../blocks/core__group__deprecated.json | 0 .../core__group__deprecated.parsed.json | 0 .../core__group__deprecated.serialized.html | 0 .../blocks/core__heading__deprecated-1.html | 0 .../blocks/core__heading__deprecated-1.json | 0 .../core__heading__deprecated-1.parsed.json | 0 ...ore__heading__deprecated-1.serialized.html | 0 .../blocks/core__heading__deprecated-2.html | 0 .../blocks/core__heading__deprecated-2.json | 0 .../core__heading__deprecated-2.parsed.json | 0 ...ore__heading__deprecated-2.serialized.html | 0 .../blocks/core__heading__deprecated-3.html | 0 .../blocks/core__heading__deprecated-3.json | 0 .../core__heading__deprecated-3.parsed.json | 0 ...ore__heading__deprecated-3.serialized.html | 0 .../blocks/core__heading__deprecated-4.html | 0 .../blocks/core__heading__deprecated-4.json | 0 .../core__heading__deprecated-4.parsed.json | 0 ...ore__heading__deprecated-4.serialized.html | 0 .../blocks/core__heading__h2-color.html | 0 .../blocks/core__heading__h2-color.json | 0 .../core__heading__h2-color.parsed.json | 0 .../core__heading__h2-color.serialized.html | 0 .../fixtures/blocks/core__heading__h2.html | 0 .../fixtures/blocks/core__heading__h2.json | 0 .../blocks/core__heading__h2.parsed.json | 0 .../blocks/core__heading__h2.serialized.html | 0 .../fixtures/blocks/core__heading__h4-em.html | 0 .../fixtures/blocks/core__heading__h4-em.json | 0 .../blocks/core__heading__h4-em.parsed.json | 0 .../core__heading__h4-em.serialized.html | 0 .../blocks/core__heading_align-textalign.html | 0 .../blocks/core__heading_align-textalign.json | 0 .../core__heading_align-textalign.parsed.json | 0 ...e__heading_align-textalign.serialized.html | 0 .../fixtures/blocks/core__home-link.html | 0 .../fixtures/blocks/core__home-link.json | 0 .../blocks/core__home-link.parsed.json | 0 .../blocks/core__home-link.serialized.html | 0 .../fixtures/blocks/core__html.html | 0 .../fixtures/blocks/core__html.json | 0 .../fixtures/blocks/core__html.parsed.json | 0 .../blocks/core__html.serialized.html | 0 .../fixtures/blocks/core__image.html | 0 .../fixtures/blocks/core__image.json | 0 .../fixtures/blocks/core__image.parsed.json | 0 .../blocks/core__image.serialized.html | 0 .../blocks/core__image__attachment-link.html | 0 .../blocks/core__image__attachment-link.json | 0 .../core__image__attachment-link.parsed.json | 0 ...re__image__attachment-link.serialized.html | 0 .../blocks/core__image__center-caption.html | 0 .../blocks/core__image__center-caption.json | 0 .../core__image__center-caption.parsed.json | 0 ...ore__image__center-caption.serialized.html | 0 .../core__image__custom-link-class.html | 0 .../core__image__custom-link-class.json | 0 ...core__image__custom-link-class.parsed.json | 0 ...__image__custom-link-class.serialized.html | 0 .../blocks/core__image__custom-link-rel.html | 0 .../blocks/core__image__custom-link-rel.json | 0 .../core__image__custom-link-rel.parsed.json | 0 ...re__image__custom-link-rel.serialized.html | 0 .../blocks/core__image__custom-link.html | 0 .../blocks/core__image__custom-link.json | 0 .../core__image__custom-link.parsed.json | 0 .../core__image__custom-link.serialized.html | 0 .../blocks/core__image__deprecated-1.html | 0 .../blocks/core__image__deprecated-1.json | 0 .../core__image__deprecated-1.parsed.json | 0 .../core__image__deprecated-1.serialized.html | 0 .../blocks/core__image__deprecated-2.html | 0 .../blocks/core__image__deprecated-2.json | 0 .../core__image__deprecated-2.parsed.json | 0 .../core__image__deprecated-2.serialized.html | 0 .../blocks/core__image__deprecated-3.html | 0 .../blocks/core__image__deprecated-3.json | 0 .../core__image__deprecated-3.parsed.json | 0 .../core__image__deprecated-3.serialized.html | 0 .../blocks/core__image__media-link.html | 0 .../blocks/core__image__media-link.json | 0 .../core__image__media-link.parsed.json | 0 .../core__image__media-link.serialized.html | 0 .../blocks/core__invalid-Capitals.html | 0 .../blocks/core__invalid-Capitals.json | 0 .../blocks/core__invalid-Capitals.parsed.json | 0 .../core__invalid-Capitals.serialized.html | 0 .../blocks/core__invalid-special.html | 0 .../blocks/core__invalid-special.json | 0 .../blocks/core__invalid-special.parsed.json | 0 .../core__invalid-special.serialized.html | 0 .../blocks/core__latest-comments.html | 0 .../blocks/core__latest-comments.json | 0 .../blocks/core__latest-comments.parsed.json | 0 .../core__latest-comments.serialized.html | 0 .../fixtures/blocks/core__latest-posts.html | 0 .../fixtures/blocks/core__latest-posts.json | 0 .../blocks/core__latest-posts.parsed.json | 0 .../blocks/core__latest-posts.serialized.html | 0 .../core__latest-posts__displayPostDate.html | 0 .../core__latest-posts__displayPostDate.json | 0 ..._latest-posts__displayPostDate.parsed.json | 0 ...est-posts__displayPostDate.serialized.html | 0 .../fixtures/blocks/core__list__ul.html | 0 .../fixtures/blocks/core__list__ul.json | 0 .../blocks/core__list__ul.parsed.json | 0 .../blocks/core__list__ul.serialized.html | 0 .../fixtures/blocks/core__loginout.html | 0 .../fixtures/blocks/core__loginout.json | 0 .../blocks/core__loginout.parsed.json | 0 .../blocks/core__loginout.serialized.html | 0 .../fixtures/blocks/core__media-text.html | 0 .../fixtures/blocks/core__media-text.json | 0 .../blocks/core__media-text.parsed.json | 0 .../blocks/core__media-text.serialized.html | 0 .../core__media-text__image-alt-no-align.html | 0 .../core__media-text__image-alt-no-align.json | 0 ...media-text__image-alt-no-align.parsed.json | 0 ...a-text__image-alt-no-align.serialized.html | 0 ...t__image-fill-no-focal-point-selected.html | 0 ...t__image-fill-no-focal-point-selected.json | 0 ...e-fill-no-focal-point-selected.parsed.json | 0 ...ll-no-focal-point-selected.serialized.html | 0 ..._image-fill-with-focal-point-selected.html | 0 ..._image-fill-with-focal-point-selected.json | 0 ...fill-with-focal-point-selected.parsed.json | 0 ...-with-focal-point-selected.serialized.html | 0 ...ore__media-text__is-stacked-on-mobile.html | 0 ...ore__media-text__is-stacked-on-mobile.json | 0 ...dia-text__is-stacked-on-mobile.parsed.json | 0 ...text__is-stacked-on-mobile.serialized.html | 0 ..._media-text__media-right-custom-width.html | 0 ..._media-text__media-right-custom-width.json | 0 ...text__media-right-custom-width.parsed.json | 0 ...__media-right-custom-width.serialized.html | 0 ...re__media-text__vertical-align-bottom.html | 0 ...re__media-text__vertical-align-bottom.json | 0 ...ia-text__vertical-align-bottom.parsed.json | 0 ...ext__vertical-align-bottom.serialized.html | 0 .../blocks/core__media-text__video.html | 0 .../blocks/core__media-text__video.json | 0 .../core__media-text__video.parsed.json | 0 .../core__media-text__video.serialized.html | 0 .../fixtures/blocks/core__missing.html | 0 .../fixtures/blocks/core__missing.json | 0 .../fixtures/blocks/core__missing.parsed.json | 0 .../blocks/core__missing.serialized.html | 0 .../fixtures/blocks/core__more.html | 0 .../fixtures/blocks/core__more.json | 0 .../fixtures/blocks/core__more.parsed.json | 0 .../blocks/core__more.serialized.html | 0 .../core__more__custom-text-teaser.html | 0 .../core__more__custom-text-teaser.json | 0 ...core__more__custom-text-teaser.parsed.json | 0 ...__more__custom-text-teaser.serialized.html | 0 .../blocks/core__navigation-link.html | 0 .../blocks/core__navigation-link.json | 0 .../blocks/core__navigation-link.parsed.json | 0 .../core__navigation-link.serialized.html | 0 .../fixtures/blocks/core__navigation.html | 0 .../fixtures/blocks/core__navigation.json | 0 .../blocks/core__navigation.parsed.json | 0 .../blocks/core__navigation.serialized.html | 0 .../blocks/core__navigation__deprecated.html | 0 .../blocks/core__navigation__deprecated.json | 0 .../core__navigation__deprecated.parsed.json | 0 ...re__navigation__deprecated.serialized.html | 0 .../fixtures/blocks/core__nextpage.html | 0 .../fixtures/blocks/core__nextpage.json | 0 .../blocks/core__nextpage.parsed.json | 0 .../blocks/core__nextpage.serialized.html | 0 .../fixtures/blocks/core__page-list.html | 0 .../fixtures/blocks/core__page-list.json | 0 .../blocks/core__page-list.parsed.json | 0 .../blocks/core__page-list.serialized.html | 0 .../blocks/core__paragraph__align-right.html | 0 .../blocks/core__paragraph__align-right.json | 0 .../core__paragraph__align-right.parsed.json | 0 ...re__paragraph__align-right.serialized.html | 0 .../blocks/core__paragraph__deprecated-4.html | 0 .../blocks/core__paragraph__deprecated-4.json | 0 .../core__paragraph__deprecated-4.parsed.json | 0 ...e__paragraph__deprecated-4.serialized.html | 0 .../blocks/core__paragraph__deprecated.html | 0 .../blocks/core__paragraph__deprecated.json | 0 .../core__paragraph__deprecated.parsed.json | 0 ...ore__paragraph__deprecated.serialized.html | 0 .../fixtures/blocks/core__post-author.html | 0 .../fixtures/blocks/core__post-author.json | 0 .../blocks/core__post-author.parsed.json | 0 .../blocks/core__post-author.serialized.html | 0 .../blocks/core__post-comment-author.html | 0 .../blocks/core__post-comment-author.json | 0 .../core__post-comment-author.parsed.json | 0 .../core__post-comment-author.serialized.html | 0 .../blocks/core__post-comment-content.html | 0 .../blocks/core__post-comment-content.json | 0 .../core__post-comment-content.parsed.json | 0 ...core__post-comment-content.serialized.html | 0 .../blocks/core__post-comment-date.html | 0 .../blocks/core__post-comment-date.json | 0 .../core__post-comment-date.parsed.json | 0 .../core__post-comment-date.serialized.html | 0 .../fixtures/blocks/core__post-comment.html | 0 .../fixtures/blocks/core__post-comment.json | 0 .../blocks/core__post-comment.parsed.json | 0 .../blocks/core__post-comment.serialized.html | 0 .../blocks/core__post-comments-count.html | 0 .../blocks/core__post-comments-count.json | 0 .../core__post-comments-count.parsed.json | 0 .../core__post-comments-count.serialized.html | 0 .../blocks/core__post-comments-form.html | 0 .../blocks/core__post-comments-form.json | 0 .../core__post-comments-form.parsed.json | 0 .../core__post-comments-form.serialized.html | 0 .../blocks/core__post-comments-link.html | 0 .../blocks/core__post-comments-link.json | 0 .../core__post-comments-link.parsed.json | 0 .../core__post-comments-link.serialized.html | 0 .../fixtures/blocks/core__post-comments.html | 0 .../fixtures/blocks/core__post-comments.json | 0 .../blocks/core__post-comments.parsed.json | 0 .../core__post-comments.serialized.html | 0 .../fixtures/blocks/core__post-content.html | 0 .../fixtures/blocks/core__post-content.json | 0 .../blocks/core__post-content.parsed.json | 0 .../blocks/core__post-content.serialized.html | 0 .../fixtures/blocks/core__post-date.html | 0 .../fixtures/blocks/core__post-date.json | 0 .../blocks/core__post-date.parsed.json | 0 .../blocks/core__post-date.serialized.html | 0 .../fixtures/blocks/core__post-excerpt.html | 0 .../fixtures/blocks/core__post-excerpt.json | 0 .../blocks/core__post-excerpt.parsed.json | 0 .../blocks/core__post-excerpt.serialized.html | 0 .../blocks/core__post-featured-image.html | 0 .../blocks/core__post-featured-image.json | 0 .../core__post-featured-image.parsed.json | 0 .../core__post-featured-image.serialized.html | 0 .../blocks/core__post-navigation-link.html | 0 .../blocks/core__post-navigation-link.json | 0 .../core__post-navigation-link.parsed.json | 0 ...core__post-navigation-link.serialized.html | 0 .../fixtures/blocks/core__post-template.html | 0 .../fixtures/blocks/core__post-template.json | 0 .../blocks/core__post-template.parsed.json | 0 .../core__post-template.serialized.html | 0 .../fixtures/blocks/core__post-terms.html | 0 .../fixtures/blocks/core__post-terms.json | 0 .../blocks/core__post-terms.parsed.json | 0 .../blocks/core__post-terms.serialized.html | 0 .../fixtures/blocks/core__post-title.html | 0 .../fixtures/blocks/core__post-title.json | 0 .../blocks/core__post-title.parsed.json | 0 .../blocks/core__post-title.serialized.html | 0 .../fixtures/blocks/core__preformatted.html | 0 .../fixtures/blocks/core__preformatted.json | 0 .../blocks/core__preformatted.parsed.json | 0 .../blocks/core__preformatted.serialized.html | 0 .../fixtures/blocks/core__pullquote.html | 0 .../fixtures/blocks/core__pullquote.json | 0 .../blocks/core__pullquote.parsed.json | 0 .../blocks/core__pullquote.serialized.html | 0 .../blocks/core__pullquote__deprecated-1.html | 0 .../blocks/core__pullquote__deprecated-1.json | 0 .../core__pullquote__deprecated-1.parsed.json | 0 ...e__pullquote__deprecated-1.serialized.html | 0 .../blocks/core__pullquote__deprecated-2.html | 0 .../blocks/core__pullquote__deprecated-2.json | 0 .../core__pullquote__deprecated-2.parsed.json | 0 ...e__pullquote__deprecated-2.serialized.html | 0 .../blocks/core__pullquote__deprecated-3.html | 0 .../blocks/core__pullquote__deprecated-3.json | 0 .../core__pullquote__deprecated-3.parsed.json | 0 ...e__pullquote__deprecated-3.serialized.html | 0 .../blocks/core__pullquote__main-color.html | 0 .../blocks/core__pullquote__main-color.json | 0 .../core__pullquote__main-color.parsed.json | 0 ...ore__pullquote__main-color.serialized.html | 0 .../core__pullquote__multi-paragraph.html | 0 .../core__pullquote__multi-paragraph.json | 0 ...re__pullquote__multi-paragraph.parsed.json | 0 ...pullquote__multi-paragraph.serialized.html | 0 .../blocks/core__query-pagination-next.html | 0 .../blocks/core__query-pagination-next.json | 0 .../core__query-pagination-next.parsed.json | 0 ...ore__query-pagination-next.serialized.html | 0 .../core__query-pagination-numbers.html | 0 .../core__query-pagination-numbers.json | 0 ...core__query-pagination-numbers.parsed.json | 0 ...__query-pagination-numbers.serialized.html | 0 .../core__query-pagination-previous.html | 0 .../core__query-pagination-previous.json | 0 ...ore__query-pagination-previous.parsed.json | 0 ..._query-pagination-previous.serialized.html | 0 .../blocks/core__query-pagination.html | 0 .../blocks/core__query-pagination.json | 0 .../blocks/core__query-pagination.parsed.json | 0 .../core__query-pagination.serialized.html | 0 .../fixtures/blocks/core__query-title.html | 0 .../fixtures/blocks/core__query-title.json | 0 .../blocks/core__query-title.parsed.json | 0 .../blocks/core__query-title.serialized.html | 0 .../fixtures/blocks/core__query.html | 0 .../fixtures/blocks/core__query.json | 0 .../fixtures/blocks/core__query.parsed.json | 0 .../blocks/core__query.serialized.html | 0 .../blocks/core__query__deprecated-1.html | 0 .../blocks/core__query__deprecated-1.json | 0 .../core__query__deprecated-1.parsed.json | 0 .../core__query__deprecated-1.serialized.html | 0 .../blocks/core__quote__deprecated-1.html | 0 .../blocks/core__quote__deprecated-1.json | 0 .../core__quote__deprecated-1.parsed.json | 0 .../core__quote__deprecated-1.serialized.html | 0 .../blocks/core__quote__deprecated-2.html | 0 .../blocks/core__quote__deprecated-2.json | 0 .../core__quote__deprecated-2.parsed.json | 0 .../core__quote__deprecated-2.serialized.html | 0 .../fixtures/blocks/core__quote__style-1.html | 0 .../fixtures/blocks/core__quote__style-1.json | 0 .../blocks/core__quote__style-1.parsed.json | 0 .../core__quote__style-1.serialized.html | 0 .../fixtures/blocks/core__quote__style-2.html | 0 .../fixtures/blocks/core__quote__style-2.json | 0 .../blocks/core__quote__style-2.parsed.json | 0 .../core__quote__style-2.serialized.html | 0 .../fixtures/blocks/core__rss.html | 0 .../fixtures/blocks/core__rss.json | 0 .../fixtures/blocks/core__rss.parsed.json | 0 .../fixtures/blocks/core__rss.serialized.html | 0 .../fixtures/blocks/core__search.html | 0 .../fixtures/blocks/core__search.json | 0 .../fixtures/blocks/core__search.parsed.json | 0 .../blocks/core__search.serialized.html | 0 .../blocks/core__search__custom-text.html | 0 .../blocks/core__search__custom-text.json | 0 .../core__search__custom-text.parsed.json | 0 .../core__search__custom-text.serialized.html | 0 .../fixtures/blocks/core__separator.html | 0 .../fixtures/blocks/core__separator.json | 0 .../blocks/core__separator.parsed.json | 0 .../blocks/core__separator.serialized.html | 0 .../fixtures/blocks/core__shortcode.html | 0 .../fixtures/blocks/core__shortcode.json | 0 .../blocks/core__shortcode.parsed.json | 0 .../blocks/core__shortcode.serialized.html | 0 .../fixtures/blocks/core__site-logo.html | 0 .../fixtures/blocks/core__site-logo.json | 0 .../blocks/core__site-logo.parsed.json | 0 .../blocks/core__site-logo.serialized.html | 0 .../fixtures/blocks/core__site-tagline.html | 0 .../fixtures/blocks/core__site-tagline.json | 0 .../blocks/core__site-tagline.parsed.json | 0 .../blocks/core__site-tagline.serialized.html | 0 .../fixtures/blocks/core__site-title.html | 0 .../fixtures/blocks/core__site-title.json | 0 .../blocks/core__site-title.parsed.json | 0 .../blocks/core__site-title.serialized.html | 0 .../blocks/core__social-link-amazon.html | 0 .../blocks/core__social-link-amazon.json | 0 .../core__social-link-amazon.parsed.json | 0 .../core__social-link-amazon.serialized.html | 0 .../blocks/core__social-link-bandcamp.html | 0 .../blocks/core__social-link-bandcamp.json | 0 .../core__social-link-bandcamp.parsed.json | 0 ...core__social-link-bandcamp.serialized.html | 0 .../blocks/core__social-link-behance.html | 0 .../blocks/core__social-link-behance.json | 0 .../core__social-link-behance.parsed.json | 0 .../core__social-link-behance.serialized.html | 0 .../blocks/core__social-link-chain.html | 0 .../blocks/core__social-link-chain.json | 0 .../core__social-link-chain.parsed.json | 0 .../core__social-link-chain.serialized.html | 0 .../blocks/core__social-link-codepen.html | 0 .../blocks/core__social-link-codepen.json | 0 .../core__social-link-codepen.parsed.json | 0 .../core__social-link-codepen.serialized.html | 0 .../blocks/core__social-link-deviantart.html | 0 .../blocks/core__social-link-deviantart.json | 0 .../core__social-link-deviantart.parsed.json | 0 ...re__social-link-deviantart.serialized.html | 0 .../blocks/core__social-link-dribbble.html | 0 .../blocks/core__social-link-dribbble.json | 0 .../core__social-link-dribbble.parsed.json | 0 ...core__social-link-dribbble.serialized.html | 0 .../blocks/core__social-link-dropbox.html | 0 .../blocks/core__social-link-dropbox.json | 0 .../core__social-link-dropbox.parsed.json | 0 .../core__social-link-dropbox.serialized.html | 0 .../blocks/core__social-link-etsy.html | 0 .../blocks/core__social-link-etsy.json | 0 .../blocks/core__social-link-etsy.parsed.json | 0 .../core__social-link-etsy.serialized.html | 0 .../blocks/core__social-link-facebook.html | 0 .../blocks/core__social-link-facebook.json | 0 .../core__social-link-facebook.parsed.json | 0 ...core__social-link-facebook.serialized.html | 0 .../blocks/core__social-link-feed.html | 0 .../blocks/core__social-link-feed.json | 0 .../blocks/core__social-link-feed.parsed.json | 0 .../core__social-link-feed.serialized.html | 0 .../core__social-link-fivehundredpx.html | 0 .../core__social-link-fivehundredpx.json | 0 ...ore__social-link-fivehundredpx.parsed.json | 0 ..._social-link-fivehundredpx.serialized.html | 0 .../blocks/core__social-link-flickr.html | 0 .../blocks/core__social-link-flickr.json | 0 .../core__social-link-flickr.parsed.json | 0 .../core__social-link-flickr.serialized.html | 0 .../blocks/core__social-link-foursquare.html | 0 .../blocks/core__social-link-foursquare.json | 0 .../core__social-link-foursquare.parsed.json | 0 ...re__social-link-foursquare.serialized.html | 0 .../blocks/core__social-link-github.html | 0 .../blocks/core__social-link-github.json | 0 .../core__social-link-github.parsed.json | 0 .../core__social-link-github.serialized.html | 0 .../blocks/core__social-link-goodreads.html | 0 .../blocks/core__social-link-goodreads.json | 0 .../core__social-link-goodreads.parsed.json | 0 ...ore__social-link-goodreads.serialized.html | 0 .../blocks/core__social-link-google.html | 0 .../blocks/core__social-link-google.json | 0 .../core__social-link-google.parsed.json | 0 .../core__social-link-google.serialized.html | 0 .../blocks/core__social-link-instagram.html | 0 .../blocks/core__social-link-instagram.json | 0 .../core__social-link-instagram.parsed.json | 0 ...ore__social-link-instagram.serialized.html | 0 .../blocks/core__social-link-lastfm.html | 0 .../blocks/core__social-link-lastfm.json | 0 .../core__social-link-lastfm.parsed.json | 0 .../core__social-link-lastfm.serialized.html | 0 .../blocks/core__social-link-linkedin.html | 0 .../blocks/core__social-link-linkedin.json | 0 .../core__social-link-linkedin.parsed.json | 0 ...core__social-link-linkedin.serialized.html | 0 .../blocks/core__social-link-mail.html | 0 .../blocks/core__social-link-mail.json | 0 .../blocks/core__social-link-mail.parsed.json | 0 .../core__social-link-mail.serialized.html | 0 .../blocks/core__social-link-mastodon.html | 0 .../blocks/core__social-link-mastodon.json | 0 .../core__social-link-mastodon.parsed.json | 0 ...core__social-link-mastodon.serialized.html | 0 .../blocks/core__social-link-medium.html | 0 .../blocks/core__social-link-medium.json | 0 .../core__social-link-medium.parsed.json | 0 .../core__social-link-medium.serialized.html | 0 .../blocks/core__social-link-meetup.html | 0 .../blocks/core__social-link-meetup.json | 0 .../core__social-link-meetup.parsed.json | 0 .../core__social-link-meetup.serialized.html | 0 .../blocks/core__social-link-pinterest.html | 0 .../blocks/core__social-link-pinterest.json | 0 .../core__social-link-pinterest.parsed.json | 0 ...ore__social-link-pinterest.serialized.html | 0 .../blocks/core__social-link-pocket.html | 0 .../blocks/core__social-link-pocket.json | 0 .../core__social-link-pocket.parsed.json | 0 .../core__social-link-pocket.serialized.html | 0 .../blocks/core__social-link-reddit.html | 0 .../blocks/core__social-link-reddit.json | 0 .../core__social-link-reddit.parsed.json | 0 .../core__social-link-reddit.serialized.html | 0 .../blocks/core__social-link-skype.html | 0 .../blocks/core__social-link-skype.json | 0 .../core__social-link-skype.parsed.json | 0 .../core__social-link-skype.serialized.html | 0 .../blocks/core__social-link-snapchat.html | 0 .../blocks/core__social-link-snapchat.json | 0 .../core__social-link-snapchat.parsed.json | 0 ...core__social-link-snapchat.serialized.html | 0 .../blocks/core__social-link-soundcloud.html | 0 .../blocks/core__social-link-soundcloud.json | 0 .../core__social-link-soundcloud.parsed.json | 0 ...re__social-link-soundcloud.serialized.html | 0 .../blocks/core__social-link-spotify.html | 0 .../blocks/core__social-link-spotify.json | 0 .../core__social-link-spotify.parsed.json | 0 .../core__social-link-spotify.serialized.html | 0 .../blocks/core__social-link-tumblr.html | 0 .../blocks/core__social-link-tumblr.json | 0 .../core__social-link-tumblr.parsed.json | 0 .../core__social-link-tumblr.serialized.html | 0 .../blocks/core__social-link-twitch.html | 0 .../blocks/core__social-link-twitch.json | 0 .../core__social-link-twitch.parsed.json | 0 .../core__social-link-twitch.serialized.html | 0 .../blocks/core__social-link-twitter.html | 0 .../blocks/core__social-link-twitter.json | 0 .../core__social-link-twitter.parsed.json | 0 .../core__social-link-twitter.serialized.html | 0 .../blocks/core__social-link-vimeo.html | 0 .../blocks/core__social-link-vimeo.json | 0 .../core__social-link-vimeo.parsed.json | 0 .../core__social-link-vimeo.serialized.html | 0 .../fixtures/blocks/core__social-link-vk.html | 0 .../fixtures/blocks/core__social-link-vk.json | 0 .../blocks/core__social-link-vk.parsed.json | 0 .../core__social-link-vk.serialized.html | 0 .../blocks/core__social-link-wordpress.html | 0 .../blocks/core__social-link-wordpress.json | 0 .../core__social-link-wordpress.parsed.json | 0 ...ore__social-link-wordpress.serialized.html | 0 .../blocks/core__social-link-yelp.html | 0 .../blocks/core__social-link-yelp.json | 0 .../blocks/core__social-link-yelp.parsed.json | 0 .../core__social-link-yelp.serialized.html | 0 .../blocks/core__social-link-youtube.html | 0 .../blocks/core__social-link-youtube.json | 0 .../core__social-link-youtube.parsed.json | 0 .../core__social-link-youtube.serialized.html | 0 .../fixtures/blocks/core__social-link.html | 0 .../fixtures/blocks/core__social-link.json | 0 .../blocks/core__social-link.parsed.json | 0 .../blocks/core__social-link.serialized.html | 0 .../fixtures/blocks/core__social-links.html | 0 .../fixtures/blocks/core__social-links.json | 0 .../blocks/core__social-links.parsed.json | 0 .../blocks/core__social-links.serialized.html | 0 .../fixtures/blocks/core__spacer.html | 0 .../fixtures/blocks/core__spacer.json | 0 .../fixtures/blocks/core__spacer.parsed.json | 0 .../blocks/core__spacer.serialized.html | 0 .../blocks/core__spacer__horizontal.html | 0 .../blocks/core__spacer__horizontal.json | 0 .../core__spacer__horizontal.parsed.json | 0 .../core__spacer__horizontal.serialized.html | 0 .../fixtures/blocks/core__table.html | 0 .../fixtures/blocks/core__table.json | 0 .../fixtures/blocks/core__table.parsed.json | 0 .../blocks/core__table.serialized.html | 0 .../fixtures/blocks/core__table__caption.html | 0 .../fixtures/blocks/core__table__caption.json | 0 .../blocks/core__table__caption.parsed.json | 0 .../core__table__caption.serialized.html | 0 .../blocks/core__table__deprecated-1.html | 0 .../blocks/core__table__deprecated-1.json | 0 .../core__table__deprecated-1.parsed.json | 0 .../core__table__deprecated-1.serialized.html | 0 .../blocks/core__table__deprecated-2.html | 0 .../blocks/core__table__deprecated-2.json | 0 .../core__table__deprecated-2.parsed.json | 0 .../core__table__deprecated-2.serialized.html | 0 .../blocks/core__table__scope-attribute.html | 0 .../blocks/core__table__scope-attribute.json | 0 .../core__table__scope-attribute.parsed.json | 0 ...re__table__scope-attribute.serialized.html | 0 .../fixtures/blocks/core__tag-cloud.html | 0 .../fixtures/blocks/core__tag-cloud.json | 0 .../blocks/core__tag-cloud.parsed.json | 0 .../blocks/core__tag-cloud.serialized.html | 0 .../core__tag-cloud__showTagCounts.html | 0 .../core__tag-cloud__showTagCounts.json | 0 ...core__tag-cloud__showTagCounts.parsed.json | 0 ...__tag-cloud__showTagCounts.serialized.html | 0 .../fixtures/blocks/core__template-part.html | 0 .../fixtures/blocks/core__template-part.json | 0 .../blocks/core__template-part.parsed.json | 0 .../core__template-part.serialized.html | 0 .../blocks/core__term-description.html | 0 .../blocks/core__term-description.json | 0 .../blocks/core__term-description.parsed.json | 0 .../core__term-description.serialized.html | 0 .../fixtures/blocks/core__text-columns.html | 0 .../fixtures/blocks/core__text-columns.json | 0 .../blocks/core__text-columns.parsed.json | 0 .../blocks/core__text-columns.serialized.html | 0 .../core__text__converts-to-paragraph.html | 0 .../core__text__converts-to-paragraph.json | 0 ...e__text__converts-to-paragraph.parsed.json | 0 ...ext__converts-to-paragraph.serialized.html | 0 .../fixtures/blocks/core__verse.html | 0 .../fixtures/blocks/core__verse.json | 0 .../fixtures/blocks/core__verse.parsed.json | 0 .../blocks/core__verse.serialized.html | 0 .../blocks/core__verse__deprecated.html | 0 .../blocks/core__verse__deprecated.json | 0 .../core__verse__deprecated.parsed.json | 0 .../core__verse__deprecated.serialized.html | 0 .../fixtures/blocks/core__video.html | 0 .../fixtures/blocks/core__video.json | 0 .../fixtures/blocks/core__video.parsed.json | 0 .../blocks/core__video.serialized.html | 0 .../core_buttons__simple__deprecated.html | 0 .../core_buttons__simple__deprecated.json | 0 ...re_buttons__simple__deprecated.parsed.json | 0 ...uttons__simple__deprecated.serialized.html | 0 .../integration}/fixtures/index.js | 0 .../integration}/fixtures/utils.js | 0 .../full-content/full-content.test.js | 7 +- 801 files changed, 5 insertions(+), 541 deletions(-) delete mode 100644 packages/e2e-tests/fixtures/block-transforms.js rename {packages/e2e-tests => test/integration}/fixtures/blocks/README.md (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__4-invalid-starting-letter.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__4-invalid-starting-letter.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__4-invalid-starting-letter.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__4-invalid-starting-letter.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives__showPostCounts.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives__showPostCounts.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives__showPostCounts.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__archives__showPostCounts.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__audio__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__block.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__block.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__block.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__block.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__border_radius__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__center__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__center__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__center__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__center__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__squared.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__squared.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__squared.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__button__squared.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__buttons__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__calendar.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__calendar.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__calendar.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__calendar.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__categories.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__categories.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__categories.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__categories.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__code.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__code.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__code.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__code.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__column__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__is-not-stacked-on-mobile.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__is-not-stacked-on-mobile.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__is-not-stacked-on-mobile.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__columns__is-not-stacked-on-mobile.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-3.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-3.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-3.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-3.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-4.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-4.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-4.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-4.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-5.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-5.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-5.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-5.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-6.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-6.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-6.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__deprecated-6.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-image.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-image.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-image.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-image.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-video.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-video.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-video.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient-video.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__gradient.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__solid-color.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__solid-color.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__solid-color.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__solid-color.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video-overlay.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video-overlay.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video-overlay.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video-overlay.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__cover__video.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__embed.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__embed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__embed.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__embed.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__new-window.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__new-window.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__new-window.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__new-window.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-download-button.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-download-button.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-download-button.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-download-button.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-text-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-text-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-text-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__no-text-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__pdf-preview.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__pdf-preview.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__pdf-preview.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__file__pdf-preview.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform__undelimited.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform__undelimited.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform__undelimited.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__freeform__undelimited.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery-with-caption.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery-with-caption.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery-with-caption.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery-with-caption.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__columns.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__columns.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__columns.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__columns.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-3.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-3.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-3.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-3.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-4.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-4.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-4.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-4.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-5.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-5.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-5.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__gallery__deprecated-5.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-inner-container.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-inner-container.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-inner-container.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated-inner-container.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__group__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-3.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-3.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-3.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-3.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-4.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-4.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-4.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__deprecated-4.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2-color.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2-color.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2-color.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2-color.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h4-em.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h4-em.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h4-em.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading__h4-em.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading_align-textalign.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading_align-textalign.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading_align-textalign.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__heading_align-textalign.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__home-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__home-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__home-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__home-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__html.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__html.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__html.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__html.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__attachment-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__attachment-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__attachment-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__attachment-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__center-caption.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__center-caption.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__center-caption.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__center-caption.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-class.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-class.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-class.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-class.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-rel.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-rel.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-rel.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link-rel.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__custom-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-3.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-3.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-3.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__deprecated-3.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__media-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__media-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__media-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__image__media-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-Capitals.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-Capitals.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-Capitals.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-Capitals.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-special.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-special.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-special.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__invalid-special.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-comments.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-comments.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-comments.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-comments.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts__displayPostDate.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts__displayPostDate.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts__displayPostDate.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__latest-posts__displayPostDate.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__list__ul.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__list__ul.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__list__ul.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__list__ul.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__loginout.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__loginout.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__loginout.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__loginout.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-alt-no-align.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-alt-no-align.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-alt-no-align.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-alt-no-align.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__is-stacked-on-mobile.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__is-stacked-on-mobile.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__is-stacked-on-mobile.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__is-stacked-on-mobile.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__media-right-custom-width.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__media-right-custom-width.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__media-right-custom-width.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__media-right-custom-width.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__vertical-align-bottom.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__vertical-align-bottom.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__vertical-align-bottom.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__vertical-align-bottom.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__video.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__video.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__video.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__media-text__video.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__missing.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__missing.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__missing.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__missing.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more__custom-text-teaser.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more__custom-text-teaser.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more__custom-text-teaser.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__more__custom-text-teaser.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__navigation__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__nextpage.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__nextpage.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__nextpage.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__nextpage.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__page-list.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__page-list.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__page-list.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__page-list.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__align-right.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__align-right.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__align-right.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__align-right.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated-4.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated-4.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated-4.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated-4.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__paragraph__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-author.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-author.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-author.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-author.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-author.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-author.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-author.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-author.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-content.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-content.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-content.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-content.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-date.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-date.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-date.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment-date.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comment.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-count.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-count.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-count.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-count.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-form.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-form.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-form.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-form.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-comments.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-content.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-content.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-content.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-content.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-date.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-date.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-date.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-date.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-excerpt.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-excerpt.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-excerpt.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-excerpt.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-featured-image.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-featured-image.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-featured-image.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-featured-image.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-navigation-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-navigation-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-navigation-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-navigation-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-template.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-template.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-template.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-template.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-terms.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-terms.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-terms.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-terms.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-title.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-title.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-title.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__post-title.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__preformatted.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__preformatted.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__preformatted.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__preformatted.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-3.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-3.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-3.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__deprecated-3.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__main-color.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__main-color.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__main-color.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__main-color.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__multi-paragraph.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__multi-paragraph.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__multi-paragraph.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__pullquote__multi-paragraph.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-next.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-next.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-next.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-next.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-numbers.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-numbers.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-numbers.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-numbers.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-previous.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-previous.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-previous.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination-previous.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-pagination.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-title.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-title.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-title.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query-title.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__query__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__quote__style-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__rss.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__rss.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__rss.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__rss.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search__custom-text.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search__custom-text.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search__custom-text.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__search__custom-text.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__separator.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__separator.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__separator.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__separator.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__shortcode.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__shortcode.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__shortcode.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__shortcode.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-logo.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-logo.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-logo.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-logo.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-tagline.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-tagline.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-tagline.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-tagline.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-title.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-title.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-title.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__site-title.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-amazon.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-amazon.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-amazon.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-amazon.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-bandcamp.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-bandcamp.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-bandcamp.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-bandcamp.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-behance.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-behance.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-behance.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-behance.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-chain.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-chain.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-chain.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-chain.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-codepen.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-codepen.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-codepen.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-codepen.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-deviantart.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-deviantart.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-deviantart.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-deviantart.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dribbble.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dribbble.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dribbble.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dribbble.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dropbox.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dropbox.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dropbox.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-dropbox.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-etsy.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-etsy.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-etsy.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-etsy.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-facebook.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-facebook.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-facebook.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-facebook.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-feed.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-feed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-feed.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-feed.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-fivehundredpx.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-fivehundredpx.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-fivehundredpx.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-fivehundredpx.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-flickr.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-flickr.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-flickr.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-flickr.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-foursquare.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-foursquare.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-foursquare.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-foursquare.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-github.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-github.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-github.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-github.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-goodreads.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-goodreads.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-goodreads.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-goodreads.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-google.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-google.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-google.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-google.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-instagram.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-instagram.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-instagram.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-instagram.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-lastfm.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-lastfm.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-lastfm.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-lastfm.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-linkedin.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-linkedin.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-linkedin.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-linkedin.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mail.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mail.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mail.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mail.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mastodon.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mastodon.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mastodon.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-mastodon.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-medium.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-medium.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-medium.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-medium.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-meetup.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-meetup.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-meetup.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-meetup.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pinterest.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pinterest.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pinterest.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pinterest.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pocket.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pocket.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pocket.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-pocket.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-reddit.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-reddit.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-reddit.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-reddit.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-skype.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-skype.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-skype.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-skype.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-snapchat.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-snapchat.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-snapchat.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-snapchat.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-soundcloud.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-soundcloud.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-soundcloud.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-soundcloud.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-spotify.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-spotify.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-spotify.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-spotify.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-tumblr.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-tumblr.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-tumblr.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-tumblr.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitch.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitch.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitch.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitch.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitter.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitter.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitter.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-twitter.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vimeo.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vimeo.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vimeo.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vimeo.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vk.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vk.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vk.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-vk.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-wordpress.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-wordpress.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-wordpress.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-wordpress.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-yelp.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-yelp.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-yelp.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-yelp.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-youtube.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-youtube.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-youtube.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link-youtube.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-link.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-links.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-links.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-links.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__social-links.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer__horizontal.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer__horizontal.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer__horizontal.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__spacer__horizontal.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__caption.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__caption.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__caption.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__caption.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-1.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-1.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-1.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-1.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-2.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-2.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-2.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__deprecated-2.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__scope-attribute.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__scope-attribute.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__scope-attribute.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__table__scope-attribute.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud__showTagCounts.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud__showTagCounts.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud__showTagCounts.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__tag-cloud__showTagCounts.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__template-part.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__template-part.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__template-part.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__template-part.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__term-description.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__term-description.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__term-description.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__term-description.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text-columns.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text-columns.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text-columns.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text-columns.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text__converts-to-paragraph.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text__converts-to-paragraph.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text__converts-to-paragraph.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__text__converts-to-paragraph.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__verse__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__video.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__video.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__video.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core__video.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core_buttons__simple__deprecated.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core_buttons__simple__deprecated.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core_buttons__simple__deprecated.parsed.json (100%) rename {packages/e2e-tests => test/integration}/fixtures/blocks/core_buttons__simple__deprecated.serialized.html (100%) rename {packages/e2e-tests => test/integration}/fixtures/index.js (100%) rename {packages/e2e-tests => test/integration}/fixtures/utils.js (100%) diff --git a/packages/e2e-tests/fixtures/block-transforms.js b/packages/e2e-tests/fixtures/block-transforms.js deleted file mode 100644 index c0ee14457c713b..00000000000000 --- a/packages/e2e-tests/fixtures/block-transforms.js +++ /dev/null @@ -1,539 +0,0 @@ -export const EXPECTED_TRANSFORMS = { - core__archives: { - originalBlock: 'Archives', - availableTransforms: [ 'Group' ], - }, - core__archives__showPostCounts: { - originalBlock: 'Archives', - availableTransforms: [ 'Group' ], - }, - core__audio: { - originalBlock: 'Audio', - availableTransforms: [ 'File', 'Group' ], - }, - core__button__center: { - originalBlock: 'Button', - availableTransforms: [ 'Group' ], - }, - core__button__squared: { - originalBlock: 'Button', - availableTransforms: [ 'Group' ], - }, - core__buttons: { - originalBlock: 'Buttons', - availableTransforms: [ 'Group' ], - }, - core__calendar: { - originalBlock: 'Calendar', - availableTransforms: [ 'Group' ], - }, - 'core__media-text': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Image' ], - }, - 'core__media-text__image-alt-no-align': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Image' ], - }, - 'core__media-text__image-fill-no-focal-point-selected': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Image' ], - }, - 'core__media-text__image-fill-with-focal-point-selected': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Image' ], - }, - 'core__media-text__is-stacked-on-mobile': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Video' ], - }, - 'core__media-text__media-right-custom-width': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Video' ], - }, - 'core__media-text__vertical-align-bottom': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Image' ], - }, - 'core__media-text__video': { - originalBlock: 'Media & Text', - availableTransforms: [ 'Group', 'Video' ], - }, - core__categories: { - originalBlock: 'Categories', - availableTransforms: [ 'Group' ], - }, - core__code: { - originalBlock: 'Code', - availableTransforms: [ 'Group', 'Preformatted' ], - }, - core__columns: { - originalBlock: 'Columns', - availableTransforms: [ 'Group' ], - }, - core__cover: { - availableTransforms: [ 'Group', 'Image' ], - originalBlock: 'Cover', - }, - core__cover__gradient: { - availableTransforms: [ 'Group', 'Image', 'Video' ], - originalBlock: 'Cover', - }, - 'core__cover__gradient-image': { - availableTransforms: [ 'Group', 'Image' ], - originalBlock: 'Cover', - }, - 'core__cover__gradient-video': { - availableTransforms: [ 'Group', 'Video' ], - originalBlock: 'Cover', - }, - core__cover__video: { - availableTransforms: [ 'Group', 'Video' ], - originalBlock: 'Cover', - }, - 'core__cover__video-overlay': { - availableTransforms: [ 'Group', 'Video' ], - originalBlock: 'Cover', - }, - core__embed: { - originalBlock: 'Embed', - availableTransforms: [ 'Group', 'Paragraph' ], - }, - 'core__file__new-window': { - originalBlock: 'File', - availableTransforms: [ 'Group' ], - }, - 'core__file__no-download-button': { - originalBlock: 'File', - availableTransforms: [ 'Group' ], - }, - 'core__file__no-text-link': { - originalBlock: 'File', - availableTransforms: [ 'Group' ], - }, - core__gallery: { - originalBlock: 'Gallery', - availableTransforms: [ 'Group', 'Image' ], - }, - 'core__gallery-with-caption': { - originalBlock: 'Gallery', - availableTransforms: [ 'Group', 'Image' ], - }, - core__gallery__columns: { - originalBlock: 'Gallery', - availableTransforms: [ 'Group', 'Image' ], - }, - core__group: { - originalBlock: 'Group', - availableTransforms: [], - }, - 'core__heading__h2-color': { - originalBlock: 'Heading', - availableTransforms: [ 'Quote', 'Group', 'Paragraph' ], - }, - 'core__heading__h4-em': { - originalBlock: 'Heading', - availableTransforms: [ 'Quote', 'Group', 'Paragraph' ], - }, - core__heading__h2: { - originalBlock: 'Heading', - availableTransforms: [ 'Quote', 'Group', 'Paragraph' ], - }, - core__html: { - originalBlock: 'Custom HTML', - availableTransforms: [ 'Group' ], - }, - core__image: { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__image__attachment-link': { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__image__center-caption': { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__image__custom-link': { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__image__custom-link-class': { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__image__custom-link-rel': { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__image__media-link': { - originalBlock: 'Image', - availableTransforms: [ - 'Gallery', - 'Cover', - 'File', - 'Group', - 'Media & Text', - ], - }, - 'core__latest-comments': { - originalBlock: 'Latest Comments', - availableTransforms: [ 'Group' ], - }, - 'core__latest-posts': { - originalBlock: 'Latest Posts', - availableTransforms: [ 'Group' ], - }, - 'core__latest-posts__displayAuthor': { - originalBlock: 'Latest Posts', - availableTransforms: [ 'Group' ], - }, - 'core__latest-posts__displayPostDate': { - originalBlock: 'Latest Posts', - availableTransforms: [ 'Group' ], - }, - 'core__legacy-widget': { - originalBlock: 'Legacy Widget (Experimental)', - availableTransforms: [ 'Group' ], - }, - core__list__ul: { - originalBlock: 'List', - availableTransforms: [ 'Group', 'Paragraph', 'Quote' ], - }, - core__more: { - originalBlock: 'More', - availableTransforms: [ 'Group' ], - }, - 'core__more__custom-text-teaser': { - originalBlock: 'More', - availableTransforms: [ 'Group' ], - }, - core__navigation: { - originalBlock: 'Navigation', - availableTransforms: [ 'Group' ], - }, - 'core__navigation-link': { - originalBlock: 'Link', - availableTransforms: [ 'Group' ], - }, - core__nextpage: { - originalBlock: 'Page Break', - availableTransforms: [ 'Group' ], - }, - 'core__paragraph__align-right': { - originalBlock: 'Paragraph', - availableTransforms: [ - 'Heading', - 'List', - 'Quote', - 'Group', - 'Preformatted', - 'Verse', - ], - }, - 'core__post-content': { - availableTransforms: [ 'Group' ], - originalBlock: 'Post Content', - }, - 'core__post-title': { - availableTransforms: [ 'Group' ], - originalBlock: 'Post Title', - }, - core__preformatted: { - originalBlock: 'Preformatted', - availableTransforms: [ 'Group', 'Paragraph', 'Code' ], - }, - core__pullquote: { - originalBlock: 'Pullquote', - availableTransforms: [ 'Quote', 'Group' ], - }, - 'core__pullquote__main-color': { - originalBlock: 'Pullquote', - availableTransforms: [ 'Quote', 'Group' ], - }, - 'core__pullquote__multi-paragraph': { - originalBlock: 'Pullquote', - availableTransforms: [ 'Quote', 'Group' ], - }, - 'core__quote__style-1': { - originalBlock: 'Quote', - availableTransforms: [ - 'List', - 'Group', - 'Paragraph', - 'Heading', - 'Pullquote', - ], - }, - 'core__quote__style-2': { - originalBlock: 'Quote', - availableTransforms: [ - 'List', - 'Group', - 'Paragraph', - 'Heading', - 'Pullquote', - ], - }, - core__rss: { - originalBlock: 'RSS', - availableTransforms: [ 'Group' ], - }, - core__search: { - originalBlock: 'Search', - availableTransforms: [ 'Group' ], - }, - 'core__search__custom-text': { - originalBlock: 'Search', - availableTransforms: [ 'Group' ], - }, - core__separator: { - originalBlock: 'Separator', - availableTransforms: [ 'Group' ], - }, - core__shortcode: { - originalBlock: 'Shortcode', - availableTransforms: [ 'Group' ], - }, - 'core__site-tagline': { - availableTransforms: [ 'Group' ], - originalBlock: 'Site Tagline', - }, - 'core__site-title': { - availableTransforms: [ 'Group' ], - originalBlock: 'Site Title', - }, - 'core__social-link-amazon': { - availableTransforms: [ 'Group' ], - originalBlock: 'Amazon', - }, - 'core__social-link-bandcamp': { - availableTransforms: [ 'Group' ], - originalBlock: 'Bandcamp', - }, - 'core__social-link-behance': { - availableTransforms: [ 'Group' ], - originalBlock: 'Behance', - }, - 'core__social-link-chain': { - availableTransforms: [ 'Group' ], - originalBlock: 'Link', - }, - 'core__social-link-codepen': { - availableTransforms: [ 'Group' ], - originalBlock: 'CodePen', - }, - 'core__social-link-deviantart': { - availableTransforms: [ 'Group' ], - originalBlock: 'DeviantArt', - }, - 'core__social-link-dribbble': { - availableTransforms: [ 'Group' ], - originalBlock: 'Dribbble', - }, - 'core__social-link-dropbox': { - availableTransforms: [ 'Group' ], - originalBlock: 'Dropbox', - }, - 'core__social-link-etsy': { - availableTransforms: [ 'Group' ], - originalBlock: 'Etsy', - }, - 'core__social-link-facebook': { - availableTransforms: [ 'Group' ], - originalBlock: 'Facebook', - }, - 'core__social-link-feed': { - availableTransforms: [ 'Group' ], - originalBlock: 'RSS Feed', - }, - 'core__social-link-fivehundredpx': { - availableTransforms: [ 'Group' ], - originalBlock: '500px', - }, - 'core__social-link-flickr': { - availableTransforms: [ 'Group' ], - originalBlock: 'Flickr', - }, - 'core__social-link-foursquare': { - availableTransforms: [ 'Group' ], - originalBlock: 'Foursquare', - }, - 'core__social-link-github': { - availableTransforms: [ 'Group' ], - originalBlock: 'GitHub', - }, - 'core__social-link-goodreads': { - availableTransforms: [ 'Group' ], - originalBlock: 'Goodreads', - }, - 'core__social-link-google': { - availableTransforms: [ 'Group' ], - originalBlock: 'Google', - }, - 'core__social-link-instagram': { - availableTransforms: [ 'Group' ], - originalBlock: 'Instagram', - }, - 'core__social-link-lastfm': { - availableTransforms: [ 'Group' ], - originalBlock: 'Last.fm', - }, - 'core__social-link-linkedin': { - availableTransforms: [ 'Group' ], - originalBlock: 'LinkedIn', - }, - 'core__social-link-mail': { - availableTransforms: [ 'Group' ], - originalBlock: 'Mail', - }, - 'core__social-link-mastodon': { - availableTransforms: [ 'Group' ], - originalBlock: 'Mastodon', - }, - 'core__social-link-medium': { - availableTransforms: [ 'Group' ], - originalBlock: 'Medium', - }, - 'core__social-link-meetup': { - availableTransforms: [ 'Group' ], - originalBlock: 'Meetup', - }, - 'core__social-link-pinterest': { - availableTransforms: [ 'Group' ], - originalBlock: 'Pinterest', - }, - 'core__social-link-pocket': { - availableTransforms: [ 'Group' ], - originalBlock: 'Pocket', - }, - 'core__social-link-reddit': { - availableTransforms: [ 'Group' ], - originalBlock: 'Reddit', - }, - 'core__social-link-skype': { - availableTransforms: [ 'Group' ], - originalBlock: 'Skype', - }, - 'core__social-link-snapchat': { - availableTransforms: [ 'Group' ], - originalBlock: 'Snapchat', - }, - 'core__social-link-soundcloud': { - availableTransforms: [ 'Group' ], - originalBlock: 'Soundcloud', - }, - 'core__social-link-spotify': { - availableTransforms: [ 'Group' ], - originalBlock: 'Spotify', - }, - 'core__social-link-tumblr': { - availableTransforms: [ 'Group' ], - originalBlock: 'Tumblr', - }, - 'core__social-link-twitch': { - availableTransforms: [ 'Group' ], - originalBlock: 'Twitch', - }, - 'core__social-link-twitter': { - availableTransforms: [ 'Group' ], - originalBlock: 'Twitter', - }, - 'core__social-link-vimeo': { - availableTransforms: [ 'Group' ], - originalBlock: 'Vimeo', - }, - 'core__social-link-vk': { - availableTransforms: [ 'Group' ], - originalBlock: 'VK', - }, - 'core__social-link-wordpress': { - availableTransforms: [ 'Group' ], - originalBlock: 'WordPress', - }, - 'core__social-link-yelp': { - availableTransforms: [ 'Group' ], - originalBlock: 'Yelp', - }, - 'core__social-link-youtube': { - availableTransforms: [ 'Group' ], - originalBlock: 'YouTube', - }, - 'core__social-links': { - originalBlock: 'Social Icons', - availableTransforms: [ 'Group' ], - }, - core__spacer: { - originalBlock: 'Spacer', - availableTransforms: [ 'Group' ], - }, - core__table: { - originalBlock: 'Table', - availableTransforms: [ 'Group' ], - }, - core__table__caption: { - originalBlock: 'Table', - availableTransforms: [ 'Group' ], - }, - 'core__table__scope-attribute': { - originalBlock: 'Table', - availableTransforms: [ 'Group' ], - }, - 'core__table-of-contents': { - originalBlock: 'Table of Contents', - availableTransforms: [ 'Group' ], - }, - 'core__tag-cloud': { - originalBlock: 'Tag Cloud', - availableTransforms: [ 'Group' ], - }, - 'core__tag-cloud__showTagCounts': { - originalBlock: 'Tag Cloud', - availableTransforms: [ 'Group' ], - }, - core__verse: { - originalBlock: 'Verse', - availableTransforms: [ 'Group', 'Paragraph' ], - }, - core__video: { - originalBlock: 'Video', - availableTransforms: [ 'Cover', 'File', 'Group', 'Media & Text' ], - }, -}; diff --git a/packages/e2e-tests/fixtures/blocks/README.md b/test/integration/fixtures/blocks/README.md similarity index 100% rename from packages/e2e-tests/fixtures/blocks/README.md rename to test/integration/fixtures/blocks/README.md diff --git a/packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.html b/test/integration/fixtures/blocks/core__4-invalid-starting-letter.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.html rename to test/integration/fixtures/blocks/core__4-invalid-starting-letter.html diff --git a/packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.json b/test/integration/fixtures/blocks/core__4-invalid-starting-letter.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.json rename to test/integration/fixtures/blocks/core__4-invalid-starting-letter.json diff --git a/packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.parsed.json b/test/integration/fixtures/blocks/core__4-invalid-starting-letter.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.parsed.json rename to test/integration/fixtures/blocks/core__4-invalid-starting-letter.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.serialized.html b/test/integration/fixtures/blocks/core__4-invalid-starting-letter.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__4-invalid-starting-letter.serialized.html rename to test/integration/fixtures/blocks/core__4-invalid-starting-letter.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__archives.html b/test/integration/fixtures/blocks/core__archives.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives.html rename to test/integration/fixtures/blocks/core__archives.html diff --git a/packages/e2e-tests/fixtures/blocks/core__archives.json b/test/integration/fixtures/blocks/core__archives.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives.json rename to test/integration/fixtures/blocks/core__archives.json diff --git a/packages/e2e-tests/fixtures/blocks/core__archives.parsed.json b/test/integration/fixtures/blocks/core__archives.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives.parsed.json rename to test/integration/fixtures/blocks/core__archives.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__archives.serialized.html b/test/integration/fixtures/blocks/core__archives.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives.serialized.html rename to test/integration/fixtures/blocks/core__archives.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.html b/test/integration/fixtures/blocks/core__archives__showPostCounts.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.html rename to test/integration/fixtures/blocks/core__archives__showPostCounts.html diff --git a/packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.json b/test/integration/fixtures/blocks/core__archives__showPostCounts.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.json rename to test/integration/fixtures/blocks/core__archives__showPostCounts.json diff --git a/packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.parsed.json b/test/integration/fixtures/blocks/core__archives__showPostCounts.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.parsed.json rename to test/integration/fixtures/blocks/core__archives__showPostCounts.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.serialized.html b/test/integration/fixtures/blocks/core__archives__showPostCounts.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__archives__showPostCounts.serialized.html rename to test/integration/fixtures/blocks/core__archives__showPostCounts.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__audio.html b/test/integration/fixtures/blocks/core__audio.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio.html rename to test/integration/fixtures/blocks/core__audio.html diff --git a/packages/e2e-tests/fixtures/blocks/core__audio.json b/test/integration/fixtures/blocks/core__audio.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio.json rename to test/integration/fixtures/blocks/core__audio.json diff --git a/packages/e2e-tests/fixtures/blocks/core__audio.parsed.json b/test/integration/fixtures/blocks/core__audio.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio.parsed.json rename to test/integration/fixtures/blocks/core__audio.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__audio.serialized.html b/test/integration/fixtures/blocks/core__audio.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio.serialized.html rename to test/integration/fixtures/blocks/core__audio.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.html b/test/integration/fixtures/blocks/core__audio__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.html rename to test/integration/fixtures/blocks/core__audio__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.json b/test/integration/fixtures/blocks/core__audio__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.json rename to test/integration/fixtures/blocks/core__audio__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__audio__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__audio__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__audio__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__audio__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__audio__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__block.html b/test/integration/fixtures/blocks/core__block.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__block.html rename to test/integration/fixtures/blocks/core__block.html diff --git a/packages/e2e-tests/fixtures/blocks/core__block.json b/test/integration/fixtures/blocks/core__block.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__block.json rename to test/integration/fixtures/blocks/core__block.json diff --git a/packages/e2e-tests/fixtures/blocks/core__block.parsed.json b/test/integration/fixtures/blocks/core__block.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__block.parsed.json rename to test/integration/fixtures/blocks/core__block.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__block.serialized.html b/test/integration/fixtures/blocks/core__block.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__block.serialized.html rename to test/integration/fixtures/blocks/core__block.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.html b/test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.html rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.json b/test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.json rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.html b/test/integration/fixtures/blocks/core__button__border_radius__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.html rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.json b/test/integration/fixtures/blocks/core__button__border_radius__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.json rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.parsed.json b/test/integration/fixtures/blocks/core__button__border_radius__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.serialized.html b/test/integration/fixtures/blocks/core__button__border_radius__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__border_radius__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__button__border_radius__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.html b/test/integration/fixtures/blocks/core__button__center__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.html rename to test/integration/fixtures/blocks/core__button__center__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.json b/test/integration/fixtures/blocks/core__button__center__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.json rename to test/integration/fixtures/blocks/core__button__center__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.parsed.json b/test/integration/fixtures/blocks/core__button__center__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__button__center__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.serialized.html b/test/integration/fixtures/blocks/core__button__center__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__center__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__button__center__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__squared.html b/test/integration/fixtures/blocks/core__button__squared.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__squared.html rename to test/integration/fixtures/blocks/core__button__squared.html diff --git a/packages/e2e-tests/fixtures/blocks/core__button__squared.json b/test/integration/fixtures/blocks/core__button__squared.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__squared.json rename to test/integration/fixtures/blocks/core__button__squared.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__squared.parsed.json b/test/integration/fixtures/blocks/core__button__squared.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__squared.parsed.json rename to test/integration/fixtures/blocks/core__button__squared.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__button__squared.serialized.html b/test/integration/fixtures/blocks/core__button__squared.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__button__squared.serialized.html rename to test/integration/fixtures/blocks/core__button__squared.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons.html b/test/integration/fixtures/blocks/core__buttons.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons.html rename to test/integration/fixtures/blocks/core__buttons.html diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons.json b/test/integration/fixtures/blocks/core__buttons.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons.json rename to test/integration/fixtures/blocks/core__buttons.json diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons.parsed.json b/test/integration/fixtures/blocks/core__buttons.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons.parsed.json rename to test/integration/fixtures/blocks/core__buttons.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons.serialized.html b/test/integration/fixtures/blocks/core__buttons.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons.serialized.html rename to test/integration/fixtures/blocks/core__buttons.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.html b/test/integration/fixtures/blocks/core__buttons__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.html rename to test/integration/fixtures/blocks/core__buttons__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.json b/test/integration/fixtures/blocks/core__buttons__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.json rename to test/integration/fixtures/blocks/core__buttons__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__buttons__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__buttons__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__buttons__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__buttons__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__buttons__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__calendar.html b/test/integration/fixtures/blocks/core__calendar.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__calendar.html rename to test/integration/fixtures/blocks/core__calendar.html diff --git a/packages/e2e-tests/fixtures/blocks/core__calendar.json b/test/integration/fixtures/blocks/core__calendar.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__calendar.json rename to test/integration/fixtures/blocks/core__calendar.json diff --git a/packages/e2e-tests/fixtures/blocks/core__calendar.parsed.json b/test/integration/fixtures/blocks/core__calendar.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__calendar.parsed.json rename to test/integration/fixtures/blocks/core__calendar.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__calendar.serialized.html b/test/integration/fixtures/blocks/core__calendar.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__calendar.serialized.html rename to test/integration/fixtures/blocks/core__calendar.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__categories.html b/test/integration/fixtures/blocks/core__categories.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__categories.html rename to test/integration/fixtures/blocks/core__categories.html diff --git a/packages/e2e-tests/fixtures/blocks/core__categories.json b/test/integration/fixtures/blocks/core__categories.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__categories.json rename to test/integration/fixtures/blocks/core__categories.json diff --git a/packages/e2e-tests/fixtures/blocks/core__categories.parsed.json b/test/integration/fixtures/blocks/core__categories.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__categories.parsed.json rename to test/integration/fixtures/blocks/core__categories.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__categories.serialized.html b/test/integration/fixtures/blocks/core__categories.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__categories.serialized.html rename to test/integration/fixtures/blocks/core__categories.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__code.html b/test/integration/fixtures/blocks/core__code.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__code.html rename to test/integration/fixtures/blocks/core__code.html diff --git a/packages/e2e-tests/fixtures/blocks/core__code.json b/test/integration/fixtures/blocks/core__code.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__code.json rename to test/integration/fixtures/blocks/core__code.json diff --git a/packages/e2e-tests/fixtures/blocks/core__code.parsed.json b/test/integration/fixtures/blocks/core__code.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__code.parsed.json rename to test/integration/fixtures/blocks/core__code.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__code.serialized.html b/test/integration/fixtures/blocks/core__code.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__code.serialized.html rename to test/integration/fixtures/blocks/core__code.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__column.html b/test/integration/fixtures/blocks/core__column.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column.html rename to test/integration/fixtures/blocks/core__column.html diff --git a/packages/e2e-tests/fixtures/blocks/core__column.json b/test/integration/fixtures/blocks/core__column.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column.json rename to test/integration/fixtures/blocks/core__column.json diff --git a/packages/e2e-tests/fixtures/blocks/core__column.parsed.json b/test/integration/fixtures/blocks/core__column.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column.parsed.json rename to test/integration/fixtures/blocks/core__column.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__column.serialized.html b/test/integration/fixtures/blocks/core__column.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column.serialized.html rename to test/integration/fixtures/blocks/core__column.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.html b/test/integration/fixtures/blocks/core__column__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.html rename to test/integration/fixtures/blocks/core__column__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.json b/test/integration/fixtures/blocks/core__column__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.json rename to test/integration/fixtures/blocks/core__column__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__column__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__column__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__column__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__column__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__column__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__columns.html b/test/integration/fixtures/blocks/core__columns.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns.html rename to test/integration/fixtures/blocks/core__columns.html diff --git a/packages/e2e-tests/fixtures/blocks/core__columns.json b/test/integration/fixtures/blocks/core__columns.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns.json rename to test/integration/fixtures/blocks/core__columns.json diff --git a/packages/e2e-tests/fixtures/blocks/core__columns.parsed.json b/test/integration/fixtures/blocks/core__columns.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns.parsed.json rename to test/integration/fixtures/blocks/core__columns.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__columns.serialized.html b/test/integration/fixtures/blocks/core__columns.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns.serialized.html rename to test/integration/fixtures/blocks/core__columns.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__deprecated.html b/test/integration/fixtures/blocks/core__columns__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__deprecated.html rename to test/integration/fixtures/blocks/core__columns__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__deprecated.json b/test/integration/fixtures/blocks/core__columns__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__deprecated.json rename to test/integration/fixtures/blocks/core__columns__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__deprecated.parsed.json b/test/integration/fixtures/blocks/core__columns__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__columns__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__deprecated.serialized.html b/test/integration/fixtures/blocks/core__columns__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__columns__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.html b/test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.html rename to test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.html diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.json b/test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.json rename to test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.json diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.parsed.json b/test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.parsed.json rename to test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.serialized.html b/test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__columns__is-not-stacked-on-mobile.serialized.html rename to test/integration/fixtures/blocks/core__columns__is-not-stacked-on-mobile.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover.html b/test/integration/fixtures/blocks/core__cover.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover.html rename to test/integration/fixtures/blocks/core__cover.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover.json b/test/integration/fixtures/blocks/core__cover.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover.json rename to test/integration/fixtures/blocks/core__cover.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover.parsed.json b/test/integration/fixtures/blocks/core__cover.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover.parsed.json rename to test/integration/fixtures/blocks/core__cover.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover.serialized.html b/test/integration/fixtures/blocks/core__cover.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover.serialized.html rename to test/integration/fixtures/blocks/core__cover.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.html b/test/integration/fixtures/blocks/core__cover__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.html rename to test/integration/fixtures/blocks/core__cover__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.json b/test/integration/fixtures/blocks/core__cover__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.json rename to test/integration/fixtures/blocks/core__cover__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__cover__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__cover__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__cover__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.html b/test/integration/fixtures/blocks/core__cover__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.html rename to test/integration/fixtures/blocks/core__cover__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.json b/test/integration/fixtures/blocks/core__cover__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.json rename to test/integration/fixtures/blocks/core__cover__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__cover__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__cover__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__cover__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.html b/test/integration/fixtures/blocks/core__cover__deprecated-3.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.html rename to test/integration/fixtures/blocks/core__cover__deprecated-3.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.json b/test/integration/fixtures/blocks/core__cover__deprecated-3.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.json rename to test/integration/fixtures/blocks/core__cover__deprecated-3.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-3.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.parsed.json rename to test/integration/fixtures/blocks/core__cover__deprecated-3.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.serialized.html b/test/integration/fixtures/blocks/core__cover__deprecated-3.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-3.serialized.html rename to test/integration/fixtures/blocks/core__cover__deprecated-3.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.html b/test/integration/fixtures/blocks/core__cover__deprecated-4.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.html rename to test/integration/fixtures/blocks/core__cover__deprecated-4.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.json b/test/integration/fixtures/blocks/core__cover__deprecated-4.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.json rename to test/integration/fixtures/blocks/core__cover__deprecated-4.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-4.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.parsed.json rename to test/integration/fixtures/blocks/core__cover__deprecated-4.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.serialized.html b/test/integration/fixtures/blocks/core__cover__deprecated-4.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-4.serialized.html rename to test/integration/fixtures/blocks/core__cover__deprecated-4.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.html b/test/integration/fixtures/blocks/core__cover__deprecated-5.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.html rename to test/integration/fixtures/blocks/core__cover__deprecated-5.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.json b/test/integration/fixtures/blocks/core__cover__deprecated-5.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.json rename to test/integration/fixtures/blocks/core__cover__deprecated-5.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-5.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.parsed.json rename to test/integration/fixtures/blocks/core__cover__deprecated-5.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.serialized.html b/test/integration/fixtures/blocks/core__cover__deprecated-5.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-5.serialized.html rename to test/integration/fixtures/blocks/core__cover__deprecated-5.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.html b/test/integration/fixtures/blocks/core__cover__deprecated-6.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.html rename to test/integration/fixtures/blocks/core__cover__deprecated-6.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.json b/test/integration/fixtures/blocks/core__cover__deprecated-6.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.json rename to test/integration/fixtures/blocks/core__cover__deprecated-6.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-6.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.parsed.json rename to test/integration/fixtures/blocks/core__cover__deprecated-6.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.serialized.html b/test/integration/fixtures/blocks/core__cover__deprecated-6.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__deprecated-6.serialized.html rename to test/integration/fixtures/blocks/core__cover__deprecated-6.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.html b/test/integration/fixtures/blocks/core__cover__gradient-image.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.html rename to test/integration/fixtures/blocks/core__cover__gradient-image.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.json b/test/integration/fixtures/blocks/core__cover__gradient-image.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.json rename to test/integration/fixtures/blocks/core__cover__gradient-image.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.parsed.json b/test/integration/fixtures/blocks/core__cover__gradient-image.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.parsed.json rename to test/integration/fixtures/blocks/core__cover__gradient-image.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.serialized.html b/test/integration/fixtures/blocks/core__cover__gradient-image.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-image.serialized.html rename to test/integration/fixtures/blocks/core__cover__gradient-image.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.html b/test/integration/fixtures/blocks/core__cover__gradient-video.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.html rename to test/integration/fixtures/blocks/core__cover__gradient-video.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.json b/test/integration/fixtures/blocks/core__cover__gradient-video.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.json rename to test/integration/fixtures/blocks/core__cover__gradient-video.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.parsed.json b/test/integration/fixtures/blocks/core__cover__gradient-video.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.parsed.json rename to test/integration/fixtures/blocks/core__cover__gradient-video.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.serialized.html b/test/integration/fixtures/blocks/core__cover__gradient-video.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient-video.serialized.html rename to test/integration/fixtures/blocks/core__cover__gradient-video.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient.html b/test/integration/fixtures/blocks/core__cover__gradient.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient.html rename to test/integration/fixtures/blocks/core__cover__gradient.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient.json b/test/integration/fixtures/blocks/core__cover__gradient.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient.json rename to test/integration/fixtures/blocks/core__cover__gradient.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient.parsed.json b/test/integration/fixtures/blocks/core__cover__gradient.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient.parsed.json rename to test/integration/fixtures/blocks/core__cover__gradient.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__gradient.serialized.html b/test/integration/fixtures/blocks/core__cover__gradient.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__gradient.serialized.html rename to test/integration/fixtures/blocks/core__cover__gradient.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__solid-color.html b/test/integration/fixtures/blocks/core__cover__solid-color.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__solid-color.html rename to test/integration/fixtures/blocks/core__cover__solid-color.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__solid-color.json b/test/integration/fixtures/blocks/core__cover__solid-color.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__solid-color.json rename to test/integration/fixtures/blocks/core__cover__solid-color.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__solid-color.parsed.json b/test/integration/fixtures/blocks/core__cover__solid-color.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__solid-color.parsed.json rename to test/integration/fixtures/blocks/core__cover__solid-color.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__solid-color.serialized.html b/test/integration/fixtures/blocks/core__cover__solid-color.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__solid-color.serialized.html rename to test/integration/fixtures/blocks/core__cover__solid-color.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.html b/test/integration/fixtures/blocks/core__cover__video-overlay.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.html rename to test/integration/fixtures/blocks/core__cover__video-overlay.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.json b/test/integration/fixtures/blocks/core__cover__video-overlay.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.json rename to test/integration/fixtures/blocks/core__cover__video-overlay.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.parsed.json b/test/integration/fixtures/blocks/core__cover__video-overlay.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.parsed.json rename to test/integration/fixtures/blocks/core__cover__video-overlay.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.serialized.html b/test/integration/fixtures/blocks/core__cover__video-overlay.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video-overlay.serialized.html rename to test/integration/fixtures/blocks/core__cover__video-overlay.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video.html b/test/integration/fixtures/blocks/core__cover__video.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video.html rename to test/integration/fixtures/blocks/core__cover__video.html diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video.json b/test/integration/fixtures/blocks/core__cover__video.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video.json rename to test/integration/fixtures/blocks/core__cover__video.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video.parsed.json b/test/integration/fixtures/blocks/core__cover__video.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video.parsed.json rename to test/integration/fixtures/blocks/core__cover__video.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__cover__video.serialized.html b/test/integration/fixtures/blocks/core__cover__video.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__cover__video.serialized.html rename to test/integration/fixtures/blocks/core__cover__video.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__embed.html b/test/integration/fixtures/blocks/core__embed.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__embed.html rename to test/integration/fixtures/blocks/core__embed.html diff --git a/packages/e2e-tests/fixtures/blocks/core__embed.json b/test/integration/fixtures/blocks/core__embed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__embed.json rename to test/integration/fixtures/blocks/core__embed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__embed.parsed.json b/test/integration/fixtures/blocks/core__embed.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__embed.parsed.json rename to test/integration/fixtures/blocks/core__embed.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__embed.serialized.html b/test/integration/fixtures/blocks/core__embed.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__embed.serialized.html rename to test/integration/fixtures/blocks/core__embed.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__new-window.html b/test/integration/fixtures/blocks/core__file__new-window.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__new-window.html rename to test/integration/fixtures/blocks/core__file__new-window.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__new-window.json b/test/integration/fixtures/blocks/core__file__new-window.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__new-window.json rename to test/integration/fixtures/blocks/core__file__new-window.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__new-window.parsed.json b/test/integration/fixtures/blocks/core__file__new-window.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__new-window.parsed.json rename to test/integration/fixtures/blocks/core__file__new-window.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__new-window.serialized.html b/test/integration/fixtures/blocks/core__file__new-window.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__new-window.serialized.html rename to test/integration/fixtures/blocks/core__file__new-window.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-download-button.html b/test/integration/fixtures/blocks/core__file__no-download-button.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-download-button.html rename to test/integration/fixtures/blocks/core__file__no-download-button.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-download-button.json b/test/integration/fixtures/blocks/core__file__no-download-button.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-download-button.json rename to test/integration/fixtures/blocks/core__file__no-download-button.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-download-button.parsed.json b/test/integration/fixtures/blocks/core__file__no-download-button.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-download-button.parsed.json rename to test/integration/fixtures/blocks/core__file__no-download-button.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-download-button.serialized.html b/test/integration/fixtures/blocks/core__file__no-download-button.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-download-button.serialized.html rename to test/integration/fixtures/blocks/core__file__no-download-button.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-text-link.html b/test/integration/fixtures/blocks/core__file__no-text-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-text-link.html rename to test/integration/fixtures/blocks/core__file__no-text-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-text-link.json b/test/integration/fixtures/blocks/core__file__no-text-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-text-link.json rename to test/integration/fixtures/blocks/core__file__no-text-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-text-link.parsed.json b/test/integration/fixtures/blocks/core__file__no-text-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-text-link.parsed.json rename to test/integration/fixtures/blocks/core__file__no-text-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__no-text-link.serialized.html b/test/integration/fixtures/blocks/core__file__no-text-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__no-text-link.serialized.html rename to test/integration/fixtures/blocks/core__file__no-text-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.html b/test/integration/fixtures/blocks/core__file__pdf-preview.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.html rename to test/integration/fixtures/blocks/core__file__pdf-preview.html diff --git a/packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.json b/test/integration/fixtures/blocks/core__file__pdf-preview.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.json rename to test/integration/fixtures/blocks/core__file__pdf-preview.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.parsed.json b/test/integration/fixtures/blocks/core__file__pdf-preview.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.parsed.json rename to test/integration/fixtures/blocks/core__file__pdf-preview.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.serialized.html b/test/integration/fixtures/blocks/core__file__pdf-preview.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__file__pdf-preview.serialized.html rename to test/integration/fixtures/blocks/core__file__pdf-preview.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform.html b/test/integration/fixtures/blocks/core__freeform.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform.html rename to test/integration/fixtures/blocks/core__freeform.html diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform.json b/test/integration/fixtures/blocks/core__freeform.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform.json rename to test/integration/fixtures/blocks/core__freeform.json diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform.parsed.json b/test/integration/fixtures/blocks/core__freeform.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform.parsed.json rename to test/integration/fixtures/blocks/core__freeform.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform.serialized.html b/test/integration/fixtures/blocks/core__freeform.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform.serialized.html rename to test/integration/fixtures/blocks/core__freeform.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.html b/test/integration/fixtures/blocks/core__freeform__undelimited.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.html rename to test/integration/fixtures/blocks/core__freeform__undelimited.html diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.json b/test/integration/fixtures/blocks/core__freeform__undelimited.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.json rename to test/integration/fixtures/blocks/core__freeform__undelimited.json diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.parsed.json b/test/integration/fixtures/blocks/core__freeform__undelimited.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.parsed.json rename to test/integration/fixtures/blocks/core__freeform__undelimited.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.serialized.html b/test/integration/fixtures/blocks/core__freeform__undelimited.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__freeform__undelimited.serialized.html rename to test/integration/fixtures/blocks/core__freeform__undelimited.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.html b/test/integration/fixtures/blocks/core__gallery-with-caption.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.html rename to test/integration/fixtures/blocks/core__gallery-with-caption.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.json b/test/integration/fixtures/blocks/core__gallery-with-caption.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.json rename to test/integration/fixtures/blocks/core__gallery-with-caption.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.parsed.json b/test/integration/fixtures/blocks/core__gallery-with-caption.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.parsed.json rename to test/integration/fixtures/blocks/core__gallery-with-caption.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.serialized.html b/test/integration/fixtures/blocks/core__gallery-with-caption.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery-with-caption.serialized.html rename to test/integration/fixtures/blocks/core__gallery-with-caption.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery.html b/test/integration/fixtures/blocks/core__gallery.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery.html rename to test/integration/fixtures/blocks/core__gallery.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery.json b/test/integration/fixtures/blocks/core__gallery.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery.json rename to test/integration/fixtures/blocks/core__gallery.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery.parsed.json b/test/integration/fixtures/blocks/core__gallery.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery.parsed.json rename to test/integration/fixtures/blocks/core__gallery.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery.serialized.html b/test/integration/fixtures/blocks/core__gallery.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery.serialized.html rename to test/integration/fixtures/blocks/core__gallery.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__columns.html b/test/integration/fixtures/blocks/core__gallery__columns.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__columns.html rename to test/integration/fixtures/blocks/core__gallery__columns.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__columns.json b/test/integration/fixtures/blocks/core__gallery__columns.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__columns.json rename to test/integration/fixtures/blocks/core__gallery__columns.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__columns.parsed.json b/test/integration/fixtures/blocks/core__gallery__columns.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__columns.parsed.json rename to test/integration/fixtures/blocks/core__gallery__columns.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__columns.serialized.html b/test/integration/fixtures/blocks/core__gallery__columns.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__columns.serialized.html rename to test/integration/fixtures/blocks/core__gallery__columns.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.html b/test/integration/fixtures/blocks/core__gallery__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.json b/test/integration/fixtures/blocks/core__gallery__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__gallery__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.html b/test/integration/fixtures/blocks/core__gallery__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.json b/test/integration/fixtures/blocks/core__gallery__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__gallery__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.html b/test/integration/fixtures/blocks/core__gallery__deprecated-3.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-3.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.json b/test/integration/fixtures/blocks/core__gallery__deprecated-3.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-3.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-3.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.parsed.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-3.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.serialized.html b/test/integration/fixtures/blocks/core__gallery__deprecated-3.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-3.serialized.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-3.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.html b/test/integration/fixtures/blocks/core__gallery__deprecated-4.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-4.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.json b/test/integration/fixtures/blocks/core__gallery__deprecated-4.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-4.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-4.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.parsed.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-4.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.serialized.html b/test/integration/fixtures/blocks/core__gallery__deprecated-4.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-4.serialized.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-4.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.html b/test/integration/fixtures/blocks/core__gallery__deprecated-5.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-5.html diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.json b/test/integration/fixtures/blocks/core__gallery__deprecated-5.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-5.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-5.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.parsed.json rename to test/integration/fixtures/blocks/core__gallery__deprecated-5.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.serialized.html b/test/integration/fixtures/blocks/core__gallery__deprecated-5.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__gallery__deprecated-5.serialized.html rename to test/integration/fixtures/blocks/core__gallery__deprecated-5.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group.html b/test/integration/fixtures/blocks/core__group.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group.html rename to test/integration/fixtures/blocks/core__group.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group.json b/test/integration/fixtures/blocks/core__group.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group.json rename to test/integration/fixtures/blocks/core__group.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group.parsed.json b/test/integration/fixtures/blocks/core__group.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group.parsed.json rename to test/integration/fixtures/blocks/core__group.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group.serialized.html b/test/integration/fixtures/blocks/core__group.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group.serialized.html rename to test/integration/fixtures/blocks/core__group.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.html b/test/integration/fixtures/blocks/core__group__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.html rename to test/integration/fixtures/blocks/core__group__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.json b/test/integration/fixtures/blocks/core__group__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.json rename to test/integration/fixtures/blocks/core__group__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__group__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__group__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__group__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__group__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.html b/test/integration/fixtures/blocks/core__group__deprecated-inner-container.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.html rename to test/integration/fixtures/blocks/core__group__deprecated-inner-container.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.json b/test/integration/fixtures/blocks/core__group__deprecated-inner-container.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.json rename to test/integration/fixtures/blocks/core__group__deprecated-inner-container.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.parsed.json b/test/integration/fixtures/blocks/core__group__deprecated-inner-container.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.parsed.json rename to test/integration/fixtures/blocks/core__group__deprecated-inner-container.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.serialized.html b/test/integration/fixtures/blocks/core__group__deprecated-inner-container.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated-inner-container.serialized.html rename to test/integration/fixtures/blocks/core__group__deprecated-inner-container.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated.html b/test/integration/fixtures/blocks/core__group__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated.html rename to test/integration/fixtures/blocks/core__group__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated.json b/test/integration/fixtures/blocks/core__group__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated.json rename to test/integration/fixtures/blocks/core__group__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated.parsed.json b/test/integration/fixtures/blocks/core__group__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__group__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__group__deprecated.serialized.html b/test/integration/fixtures/blocks/core__group__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__group__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__group__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.html b/test/integration/fixtures/blocks/core__heading__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.html rename to test/integration/fixtures/blocks/core__heading__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.json b/test/integration/fixtures/blocks/core__heading__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.json rename to test/integration/fixtures/blocks/core__heading__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__heading__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__heading__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__heading__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__heading__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.html b/test/integration/fixtures/blocks/core__heading__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.html rename to test/integration/fixtures/blocks/core__heading__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.json b/test/integration/fixtures/blocks/core__heading__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.json rename to test/integration/fixtures/blocks/core__heading__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__heading__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__heading__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__heading__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__heading__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.html b/test/integration/fixtures/blocks/core__heading__deprecated-3.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.html rename to test/integration/fixtures/blocks/core__heading__deprecated-3.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.json b/test/integration/fixtures/blocks/core__heading__deprecated-3.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.json rename to test/integration/fixtures/blocks/core__heading__deprecated-3.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__heading__deprecated-3.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.parsed.json rename to test/integration/fixtures/blocks/core__heading__deprecated-3.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.serialized.html b/test/integration/fixtures/blocks/core__heading__deprecated-3.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-3.serialized.html rename to test/integration/fixtures/blocks/core__heading__deprecated-3.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.html b/test/integration/fixtures/blocks/core__heading__deprecated-4.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.html rename to test/integration/fixtures/blocks/core__heading__deprecated-4.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.json b/test/integration/fixtures/blocks/core__heading__deprecated-4.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.json rename to test/integration/fixtures/blocks/core__heading__deprecated-4.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.parsed.json b/test/integration/fixtures/blocks/core__heading__deprecated-4.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.parsed.json rename to test/integration/fixtures/blocks/core__heading__deprecated-4.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.serialized.html b/test/integration/fixtures/blocks/core__heading__deprecated-4.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__deprecated-4.serialized.html rename to test/integration/fixtures/blocks/core__heading__deprecated-4.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2-color.html b/test/integration/fixtures/blocks/core__heading__h2-color.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2-color.html rename to test/integration/fixtures/blocks/core__heading__h2-color.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2-color.json b/test/integration/fixtures/blocks/core__heading__h2-color.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2-color.json rename to test/integration/fixtures/blocks/core__heading__h2-color.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2-color.parsed.json b/test/integration/fixtures/blocks/core__heading__h2-color.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2-color.parsed.json rename to test/integration/fixtures/blocks/core__heading__h2-color.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2-color.serialized.html b/test/integration/fixtures/blocks/core__heading__h2-color.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2-color.serialized.html rename to test/integration/fixtures/blocks/core__heading__h2-color.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2.html b/test/integration/fixtures/blocks/core__heading__h2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2.html rename to test/integration/fixtures/blocks/core__heading__h2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2.json b/test/integration/fixtures/blocks/core__heading__h2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2.json rename to test/integration/fixtures/blocks/core__heading__h2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2.parsed.json b/test/integration/fixtures/blocks/core__heading__h2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2.parsed.json rename to test/integration/fixtures/blocks/core__heading__h2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h2.serialized.html b/test/integration/fixtures/blocks/core__heading__h2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h2.serialized.html rename to test/integration/fixtures/blocks/core__heading__h2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h4-em.html b/test/integration/fixtures/blocks/core__heading__h4-em.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h4-em.html rename to test/integration/fixtures/blocks/core__heading__h4-em.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h4-em.json b/test/integration/fixtures/blocks/core__heading__h4-em.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h4-em.json rename to test/integration/fixtures/blocks/core__heading__h4-em.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h4-em.parsed.json b/test/integration/fixtures/blocks/core__heading__h4-em.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h4-em.parsed.json rename to test/integration/fixtures/blocks/core__heading__h4-em.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading__h4-em.serialized.html b/test/integration/fixtures/blocks/core__heading__h4-em.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading__h4-em.serialized.html rename to test/integration/fixtures/blocks/core__heading__h4-em.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.html b/test/integration/fixtures/blocks/core__heading_align-textalign.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.html rename to test/integration/fixtures/blocks/core__heading_align-textalign.html diff --git a/packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.json b/test/integration/fixtures/blocks/core__heading_align-textalign.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.json rename to test/integration/fixtures/blocks/core__heading_align-textalign.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.parsed.json b/test/integration/fixtures/blocks/core__heading_align-textalign.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.parsed.json rename to test/integration/fixtures/blocks/core__heading_align-textalign.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.serialized.html b/test/integration/fixtures/blocks/core__heading_align-textalign.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__heading_align-textalign.serialized.html rename to test/integration/fixtures/blocks/core__heading_align-textalign.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__home-link.html b/test/integration/fixtures/blocks/core__home-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__home-link.html rename to test/integration/fixtures/blocks/core__home-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__home-link.json b/test/integration/fixtures/blocks/core__home-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__home-link.json rename to test/integration/fixtures/blocks/core__home-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__home-link.parsed.json b/test/integration/fixtures/blocks/core__home-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__home-link.parsed.json rename to test/integration/fixtures/blocks/core__home-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__home-link.serialized.html b/test/integration/fixtures/blocks/core__home-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__home-link.serialized.html rename to test/integration/fixtures/blocks/core__home-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__html.html b/test/integration/fixtures/blocks/core__html.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__html.html rename to test/integration/fixtures/blocks/core__html.html diff --git a/packages/e2e-tests/fixtures/blocks/core__html.json b/test/integration/fixtures/blocks/core__html.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__html.json rename to test/integration/fixtures/blocks/core__html.json diff --git a/packages/e2e-tests/fixtures/blocks/core__html.parsed.json b/test/integration/fixtures/blocks/core__html.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__html.parsed.json rename to test/integration/fixtures/blocks/core__html.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__html.serialized.html b/test/integration/fixtures/blocks/core__html.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__html.serialized.html rename to test/integration/fixtures/blocks/core__html.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image.html b/test/integration/fixtures/blocks/core__image.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image.html rename to test/integration/fixtures/blocks/core__image.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image.json b/test/integration/fixtures/blocks/core__image.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image.json rename to test/integration/fixtures/blocks/core__image.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image.parsed.json b/test/integration/fixtures/blocks/core__image.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image.parsed.json rename to test/integration/fixtures/blocks/core__image.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image.serialized.html b/test/integration/fixtures/blocks/core__image.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image.serialized.html rename to test/integration/fixtures/blocks/core__image.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__attachment-link.html b/test/integration/fixtures/blocks/core__image__attachment-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__attachment-link.html rename to test/integration/fixtures/blocks/core__image__attachment-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__attachment-link.json b/test/integration/fixtures/blocks/core__image__attachment-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__attachment-link.json rename to test/integration/fixtures/blocks/core__image__attachment-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__attachment-link.parsed.json b/test/integration/fixtures/blocks/core__image__attachment-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__attachment-link.parsed.json rename to test/integration/fixtures/blocks/core__image__attachment-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__attachment-link.serialized.html b/test/integration/fixtures/blocks/core__image__attachment-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__attachment-link.serialized.html rename to test/integration/fixtures/blocks/core__image__attachment-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__center-caption.html b/test/integration/fixtures/blocks/core__image__center-caption.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__center-caption.html rename to test/integration/fixtures/blocks/core__image__center-caption.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__center-caption.json b/test/integration/fixtures/blocks/core__image__center-caption.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__center-caption.json rename to test/integration/fixtures/blocks/core__image__center-caption.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__center-caption.parsed.json b/test/integration/fixtures/blocks/core__image__center-caption.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__center-caption.parsed.json rename to test/integration/fixtures/blocks/core__image__center-caption.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__center-caption.serialized.html b/test/integration/fixtures/blocks/core__image__center-caption.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__center-caption.serialized.html rename to test/integration/fixtures/blocks/core__image__center-caption.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.html b/test/integration/fixtures/blocks/core__image__custom-link-class.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.html rename to test/integration/fixtures/blocks/core__image__custom-link-class.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.json b/test/integration/fixtures/blocks/core__image__custom-link-class.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.json rename to test/integration/fixtures/blocks/core__image__custom-link-class.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.parsed.json b/test/integration/fixtures/blocks/core__image__custom-link-class.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.parsed.json rename to test/integration/fixtures/blocks/core__image__custom-link-class.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.serialized.html b/test/integration/fixtures/blocks/core__image__custom-link-class.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-class.serialized.html rename to test/integration/fixtures/blocks/core__image__custom-link-class.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.html b/test/integration/fixtures/blocks/core__image__custom-link-rel.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.html rename to test/integration/fixtures/blocks/core__image__custom-link-rel.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.json b/test/integration/fixtures/blocks/core__image__custom-link-rel.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.json rename to test/integration/fixtures/blocks/core__image__custom-link-rel.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.parsed.json b/test/integration/fixtures/blocks/core__image__custom-link-rel.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.parsed.json rename to test/integration/fixtures/blocks/core__image__custom-link-rel.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.serialized.html b/test/integration/fixtures/blocks/core__image__custom-link-rel.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link-rel.serialized.html rename to test/integration/fixtures/blocks/core__image__custom-link-rel.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link.html b/test/integration/fixtures/blocks/core__image__custom-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link.html rename to test/integration/fixtures/blocks/core__image__custom-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link.json b/test/integration/fixtures/blocks/core__image__custom-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link.json rename to test/integration/fixtures/blocks/core__image__custom-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link.parsed.json b/test/integration/fixtures/blocks/core__image__custom-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link.parsed.json rename to test/integration/fixtures/blocks/core__image__custom-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__custom-link.serialized.html b/test/integration/fixtures/blocks/core__image__custom-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__custom-link.serialized.html rename to test/integration/fixtures/blocks/core__image__custom-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.html b/test/integration/fixtures/blocks/core__image__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.html rename to test/integration/fixtures/blocks/core__image__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.json b/test/integration/fixtures/blocks/core__image__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.json rename to test/integration/fixtures/blocks/core__image__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__image__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__image__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__image__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__image__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.html b/test/integration/fixtures/blocks/core__image__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.html rename to test/integration/fixtures/blocks/core__image__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.json b/test/integration/fixtures/blocks/core__image__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.json rename to test/integration/fixtures/blocks/core__image__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__image__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__image__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__image__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__image__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.html b/test/integration/fixtures/blocks/core__image__deprecated-3.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.html rename to test/integration/fixtures/blocks/core__image__deprecated-3.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.json b/test/integration/fixtures/blocks/core__image__deprecated-3.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.json rename to test/integration/fixtures/blocks/core__image__deprecated-3.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__image__deprecated-3.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.parsed.json rename to test/integration/fixtures/blocks/core__image__deprecated-3.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.serialized.html b/test/integration/fixtures/blocks/core__image__deprecated-3.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__deprecated-3.serialized.html rename to test/integration/fixtures/blocks/core__image__deprecated-3.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__media-link.html b/test/integration/fixtures/blocks/core__image__media-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__media-link.html rename to test/integration/fixtures/blocks/core__image__media-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__image__media-link.json b/test/integration/fixtures/blocks/core__image__media-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__media-link.json rename to test/integration/fixtures/blocks/core__image__media-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__media-link.parsed.json b/test/integration/fixtures/blocks/core__image__media-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__media-link.parsed.json rename to test/integration/fixtures/blocks/core__image__media-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__image__media-link.serialized.html b/test/integration/fixtures/blocks/core__image__media-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__image__media-link.serialized.html rename to test/integration/fixtures/blocks/core__image__media-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.html b/test/integration/fixtures/blocks/core__invalid-Capitals.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.html rename to test/integration/fixtures/blocks/core__invalid-Capitals.html diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.json b/test/integration/fixtures/blocks/core__invalid-Capitals.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.json rename to test/integration/fixtures/blocks/core__invalid-Capitals.json diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.parsed.json b/test/integration/fixtures/blocks/core__invalid-Capitals.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.parsed.json rename to test/integration/fixtures/blocks/core__invalid-Capitals.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.serialized.html b/test/integration/fixtures/blocks/core__invalid-Capitals.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-Capitals.serialized.html rename to test/integration/fixtures/blocks/core__invalid-Capitals.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-special.html b/test/integration/fixtures/blocks/core__invalid-special.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-special.html rename to test/integration/fixtures/blocks/core__invalid-special.html diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-special.json b/test/integration/fixtures/blocks/core__invalid-special.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-special.json rename to test/integration/fixtures/blocks/core__invalid-special.json diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-special.parsed.json b/test/integration/fixtures/blocks/core__invalid-special.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-special.parsed.json rename to test/integration/fixtures/blocks/core__invalid-special.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__invalid-special.serialized.html b/test/integration/fixtures/blocks/core__invalid-special.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__invalid-special.serialized.html rename to test/integration/fixtures/blocks/core__invalid-special.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-comments.html b/test/integration/fixtures/blocks/core__latest-comments.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-comments.html rename to test/integration/fixtures/blocks/core__latest-comments.html diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-comments.json b/test/integration/fixtures/blocks/core__latest-comments.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-comments.json rename to test/integration/fixtures/blocks/core__latest-comments.json diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-comments.parsed.json b/test/integration/fixtures/blocks/core__latest-comments.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-comments.parsed.json rename to test/integration/fixtures/blocks/core__latest-comments.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-comments.serialized.html b/test/integration/fixtures/blocks/core__latest-comments.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-comments.serialized.html rename to test/integration/fixtures/blocks/core__latest-comments.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts.html b/test/integration/fixtures/blocks/core__latest-posts.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts.html rename to test/integration/fixtures/blocks/core__latest-posts.html diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts.json b/test/integration/fixtures/blocks/core__latest-posts.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts.json rename to test/integration/fixtures/blocks/core__latest-posts.json diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts.parsed.json b/test/integration/fixtures/blocks/core__latest-posts.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts.parsed.json rename to test/integration/fixtures/blocks/core__latest-posts.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts.serialized.html b/test/integration/fixtures/blocks/core__latest-posts.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts.serialized.html rename to test/integration/fixtures/blocks/core__latest-posts.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.html b/test/integration/fixtures/blocks/core__latest-posts__displayPostDate.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.html rename to test/integration/fixtures/blocks/core__latest-posts__displayPostDate.html diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.json b/test/integration/fixtures/blocks/core__latest-posts__displayPostDate.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.json rename to test/integration/fixtures/blocks/core__latest-posts__displayPostDate.json diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.parsed.json b/test/integration/fixtures/blocks/core__latest-posts__displayPostDate.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.parsed.json rename to test/integration/fixtures/blocks/core__latest-posts__displayPostDate.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.serialized.html b/test/integration/fixtures/blocks/core__latest-posts__displayPostDate.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__latest-posts__displayPostDate.serialized.html rename to test/integration/fixtures/blocks/core__latest-posts__displayPostDate.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__list__ul.html b/test/integration/fixtures/blocks/core__list__ul.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__list__ul.html rename to test/integration/fixtures/blocks/core__list__ul.html diff --git a/packages/e2e-tests/fixtures/blocks/core__list__ul.json b/test/integration/fixtures/blocks/core__list__ul.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__list__ul.json rename to test/integration/fixtures/blocks/core__list__ul.json diff --git a/packages/e2e-tests/fixtures/blocks/core__list__ul.parsed.json b/test/integration/fixtures/blocks/core__list__ul.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__list__ul.parsed.json rename to test/integration/fixtures/blocks/core__list__ul.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__list__ul.serialized.html b/test/integration/fixtures/blocks/core__list__ul.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__list__ul.serialized.html rename to test/integration/fixtures/blocks/core__list__ul.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__loginout.html b/test/integration/fixtures/blocks/core__loginout.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__loginout.html rename to test/integration/fixtures/blocks/core__loginout.html diff --git a/packages/e2e-tests/fixtures/blocks/core__loginout.json b/test/integration/fixtures/blocks/core__loginout.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__loginout.json rename to test/integration/fixtures/blocks/core__loginout.json diff --git a/packages/e2e-tests/fixtures/blocks/core__loginout.parsed.json b/test/integration/fixtures/blocks/core__loginout.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__loginout.parsed.json rename to test/integration/fixtures/blocks/core__loginout.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__loginout.serialized.html b/test/integration/fixtures/blocks/core__loginout.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__loginout.serialized.html rename to test/integration/fixtures/blocks/core__loginout.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text.html b/test/integration/fixtures/blocks/core__media-text.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text.html rename to test/integration/fixtures/blocks/core__media-text.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text.json b/test/integration/fixtures/blocks/core__media-text.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text.json rename to test/integration/fixtures/blocks/core__media-text.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text.parsed.json b/test/integration/fixtures/blocks/core__media-text.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text.parsed.json rename to test/integration/fixtures/blocks/core__media-text.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text.serialized.html b/test/integration/fixtures/blocks/core__media-text.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text.serialized.html rename to test/integration/fixtures/blocks/core__media-text.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.html b/test/integration/fixtures/blocks/core__media-text__image-alt-no-align.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.html rename to test/integration/fixtures/blocks/core__media-text__image-alt-no-align.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.json b/test/integration/fixtures/blocks/core__media-text__image-alt-no-align.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.json rename to test/integration/fixtures/blocks/core__media-text__image-alt-no-align.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.parsed.json b/test/integration/fixtures/blocks/core__media-text__image-alt-no-align.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.parsed.json rename to test/integration/fixtures/blocks/core__media-text__image-alt-no-align.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.serialized.html b/test/integration/fixtures/blocks/core__media-text__image-alt-no-align.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-alt-no-align.serialized.html rename to test/integration/fixtures/blocks/core__media-text__image-alt-no-align.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.html b/test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.html rename to test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.json b/test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.json rename to test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.parsed.json b/test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.parsed.json rename to test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.serialized.html b/test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.serialized.html rename to test/integration/fixtures/blocks/core__media-text__image-fill-no-focal-point-selected.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.html b/test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.html rename to test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.json b/test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.json rename to test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.parsed.json b/test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.parsed.json rename to test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.serialized.html b/test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.serialized.html rename to test/integration/fixtures/blocks/core__media-text__image-fill-with-focal-point-selected.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.html b/test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.html rename to test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.json b/test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.json rename to test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.parsed.json b/test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.parsed.json rename to test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.serialized.html b/test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__is-stacked-on-mobile.serialized.html rename to test/integration/fixtures/blocks/core__media-text__is-stacked-on-mobile.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.html b/test/integration/fixtures/blocks/core__media-text__media-right-custom-width.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.html rename to test/integration/fixtures/blocks/core__media-text__media-right-custom-width.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.json b/test/integration/fixtures/blocks/core__media-text__media-right-custom-width.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.json rename to test/integration/fixtures/blocks/core__media-text__media-right-custom-width.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.parsed.json b/test/integration/fixtures/blocks/core__media-text__media-right-custom-width.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.parsed.json rename to test/integration/fixtures/blocks/core__media-text__media-right-custom-width.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.serialized.html b/test/integration/fixtures/blocks/core__media-text__media-right-custom-width.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__media-right-custom-width.serialized.html rename to test/integration/fixtures/blocks/core__media-text__media-right-custom-width.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.html b/test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.html rename to test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.json b/test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.json rename to test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.parsed.json b/test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.parsed.json rename to test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.serialized.html b/test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__vertical-align-bottom.serialized.html rename to test/integration/fixtures/blocks/core__media-text__vertical-align-bottom.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__video.html b/test/integration/fixtures/blocks/core__media-text__video.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__video.html rename to test/integration/fixtures/blocks/core__media-text__video.html diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__video.json b/test/integration/fixtures/blocks/core__media-text__video.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__video.json rename to test/integration/fixtures/blocks/core__media-text__video.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__video.parsed.json b/test/integration/fixtures/blocks/core__media-text__video.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__video.parsed.json rename to test/integration/fixtures/blocks/core__media-text__video.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__media-text__video.serialized.html b/test/integration/fixtures/blocks/core__media-text__video.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__media-text__video.serialized.html rename to test/integration/fixtures/blocks/core__media-text__video.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__missing.html b/test/integration/fixtures/blocks/core__missing.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__missing.html rename to test/integration/fixtures/blocks/core__missing.html diff --git a/packages/e2e-tests/fixtures/blocks/core__missing.json b/test/integration/fixtures/blocks/core__missing.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__missing.json rename to test/integration/fixtures/blocks/core__missing.json diff --git a/packages/e2e-tests/fixtures/blocks/core__missing.parsed.json b/test/integration/fixtures/blocks/core__missing.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__missing.parsed.json rename to test/integration/fixtures/blocks/core__missing.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__missing.serialized.html b/test/integration/fixtures/blocks/core__missing.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__missing.serialized.html rename to test/integration/fixtures/blocks/core__missing.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__more.html b/test/integration/fixtures/blocks/core__more.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more.html rename to test/integration/fixtures/blocks/core__more.html diff --git a/packages/e2e-tests/fixtures/blocks/core__more.json b/test/integration/fixtures/blocks/core__more.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more.json rename to test/integration/fixtures/blocks/core__more.json diff --git a/packages/e2e-tests/fixtures/blocks/core__more.parsed.json b/test/integration/fixtures/blocks/core__more.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more.parsed.json rename to test/integration/fixtures/blocks/core__more.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__more.serialized.html b/test/integration/fixtures/blocks/core__more.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more.serialized.html rename to test/integration/fixtures/blocks/core__more.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.html b/test/integration/fixtures/blocks/core__more__custom-text-teaser.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.html rename to test/integration/fixtures/blocks/core__more__custom-text-teaser.html diff --git a/packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.json b/test/integration/fixtures/blocks/core__more__custom-text-teaser.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.json rename to test/integration/fixtures/blocks/core__more__custom-text-teaser.json diff --git a/packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.parsed.json b/test/integration/fixtures/blocks/core__more__custom-text-teaser.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.parsed.json rename to test/integration/fixtures/blocks/core__more__custom-text-teaser.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.serialized.html b/test/integration/fixtures/blocks/core__more__custom-text-teaser.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__more__custom-text-teaser.serialized.html rename to test/integration/fixtures/blocks/core__more__custom-text-teaser.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation-link.html b/test/integration/fixtures/blocks/core__navigation-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation-link.html rename to test/integration/fixtures/blocks/core__navigation-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation-link.json b/test/integration/fixtures/blocks/core__navigation-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation-link.json rename to test/integration/fixtures/blocks/core__navigation-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation-link.parsed.json b/test/integration/fixtures/blocks/core__navigation-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation-link.parsed.json rename to test/integration/fixtures/blocks/core__navigation-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation-link.serialized.html b/test/integration/fixtures/blocks/core__navigation-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation-link.serialized.html rename to test/integration/fixtures/blocks/core__navigation-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation.html b/test/integration/fixtures/blocks/core__navigation.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation.html rename to test/integration/fixtures/blocks/core__navigation.html diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation.json b/test/integration/fixtures/blocks/core__navigation.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation.json rename to test/integration/fixtures/blocks/core__navigation.json diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation.parsed.json b/test/integration/fixtures/blocks/core__navigation.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation.parsed.json rename to test/integration/fixtures/blocks/core__navigation.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation.serialized.html b/test/integration/fixtures/blocks/core__navigation.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation.serialized.html rename to test/integration/fixtures/blocks/core__navigation.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.html b/test/integration/fixtures/blocks/core__navigation__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.html rename to test/integration/fixtures/blocks/core__navigation__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.json b/test/integration/fixtures/blocks/core__navigation__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.json rename to test/integration/fixtures/blocks/core__navigation__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.parsed.json b/test/integration/fixtures/blocks/core__navigation__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__navigation__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.serialized.html b/test/integration/fixtures/blocks/core__navigation__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__navigation__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__navigation__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__nextpage.html b/test/integration/fixtures/blocks/core__nextpage.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__nextpage.html rename to test/integration/fixtures/blocks/core__nextpage.html diff --git a/packages/e2e-tests/fixtures/blocks/core__nextpage.json b/test/integration/fixtures/blocks/core__nextpage.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__nextpage.json rename to test/integration/fixtures/blocks/core__nextpage.json diff --git a/packages/e2e-tests/fixtures/blocks/core__nextpage.parsed.json b/test/integration/fixtures/blocks/core__nextpage.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__nextpage.parsed.json rename to test/integration/fixtures/blocks/core__nextpage.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__nextpage.serialized.html b/test/integration/fixtures/blocks/core__nextpage.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__nextpage.serialized.html rename to test/integration/fixtures/blocks/core__nextpage.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__page-list.html b/test/integration/fixtures/blocks/core__page-list.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__page-list.html rename to test/integration/fixtures/blocks/core__page-list.html diff --git a/packages/e2e-tests/fixtures/blocks/core__page-list.json b/test/integration/fixtures/blocks/core__page-list.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__page-list.json rename to test/integration/fixtures/blocks/core__page-list.json diff --git a/packages/e2e-tests/fixtures/blocks/core__page-list.parsed.json b/test/integration/fixtures/blocks/core__page-list.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__page-list.parsed.json rename to test/integration/fixtures/blocks/core__page-list.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__page-list.serialized.html b/test/integration/fixtures/blocks/core__page-list.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__page-list.serialized.html rename to test/integration/fixtures/blocks/core__page-list.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.html b/test/integration/fixtures/blocks/core__paragraph__align-right.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.html rename to test/integration/fixtures/blocks/core__paragraph__align-right.html diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.json b/test/integration/fixtures/blocks/core__paragraph__align-right.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.json rename to test/integration/fixtures/blocks/core__paragraph__align-right.json diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.parsed.json b/test/integration/fixtures/blocks/core__paragraph__align-right.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.parsed.json rename to test/integration/fixtures/blocks/core__paragraph__align-right.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.serialized.html b/test/integration/fixtures/blocks/core__paragraph__align-right.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__align-right.serialized.html rename to test/integration/fixtures/blocks/core__paragraph__align-right.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.html b/test/integration/fixtures/blocks/core__paragraph__deprecated-4.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.html rename to test/integration/fixtures/blocks/core__paragraph__deprecated-4.html diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.json b/test/integration/fixtures/blocks/core__paragraph__deprecated-4.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.json rename to test/integration/fixtures/blocks/core__paragraph__deprecated-4.json diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.parsed.json b/test/integration/fixtures/blocks/core__paragraph__deprecated-4.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.parsed.json rename to test/integration/fixtures/blocks/core__paragraph__deprecated-4.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.serialized.html b/test/integration/fixtures/blocks/core__paragraph__deprecated-4.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated-4.serialized.html rename to test/integration/fixtures/blocks/core__paragraph__deprecated-4.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.html b/test/integration/fixtures/blocks/core__paragraph__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.html rename to test/integration/fixtures/blocks/core__paragraph__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.json b/test/integration/fixtures/blocks/core__paragraph__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.json rename to test/integration/fixtures/blocks/core__paragraph__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.parsed.json b/test/integration/fixtures/blocks/core__paragraph__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__paragraph__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.serialized.html b/test/integration/fixtures/blocks/core__paragraph__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__paragraph__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__paragraph__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-author.html b/test/integration/fixtures/blocks/core__post-author.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-author.html rename to test/integration/fixtures/blocks/core__post-author.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-author.json b/test/integration/fixtures/blocks/core__post-author.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-author.json rename to test/integration/fixtures/blocks/core__post-author.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-author.parsed.json b/test/integration/fixtures/blocks/core__post-author.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-author.parsed.json rename to test/integration/fixtures/blocks/core__post-author.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-author.serialized.html b/test/integration/fixtures/blocks/core__post-author.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-author.serialized.html rename to test/integration/fixtures/blocks/core__post-author.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-author.html b/test/integration/fixtures/blocks/core__post-comment-author.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-author.html rename to test/integration/fixtures/blocks/core__post-comment-author.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-author.json b/test/integration/fixtures/blocks/core__post-comment-author.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-author.json rename to test/integration/fixtures/blocks/core__post-comment-author.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-author.parsed.json b/test/integration/fixtures/blocks/core__post-comment-author.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-author.parsed.json rename to test/integration/fixtures/blocks/core__post-comment-author.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-author.serialized.html b/test/integration/fixtures/blocks/core__post-comment-author.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-author.serialized.html rename to test/integration/fixtures/blocks/core__post-comment-author.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-content.html b/test/integration/fixtures/blocks/core__post-comment-content.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-content.html rename to test/integration/fixtures/blocks/core__post-comment-content.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-content.json b/test/integration/fixtures/blocks/core__post-comment-content.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-content.json rename to test/integration/fixtures/blocks/core__post-comment-content.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-content.parsed.json b/test/integration/fixtures/blocks/core__post-comment-content.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-content.parsed.json rename to test/integration/fixtures/blocks/core__post-comment-content.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-content.serialized.html b/test/integration/fixtures/blocks/core__post-comment-content.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-content.serialized.html rename to test/integration/fixtures/blocks/core__post-comment-content.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-date.html b/test/integration/fixtures/blocks/core__post-comment-date.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-date.html rename to test/integration/fixtures/blocks/core__post-comment-date.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-date.json b/test/integration/fixtures/blocks/core__post-comment-date.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-date.json rename to test/integration/fixtures/blocks/core__post-comment-date.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-date.parsed.json b/test/integration/fixtures/blocks/core__post-comment-date.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-date.parsed.json rename to test/integration/fixtures/blocks/core__post-comment-date.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment-date.serialized.html b/test/integration/fixtures/blocks/core__post-comment-date.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment-date.serialized.html rename to test/integration/fixtures/blocks/core__post-comment-date.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment.html b/test/integration/fixtures/blocks/core__post-comment.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment.html rename to test/integration/fixtures/blocks/core__post-comment.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment.json b/test/integration/fixtures/blocks/core__post-comment.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment.json rename to test/integration/fixtures/blocks/core__post-comment.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment.parsed.json b/test/integration/fixtures/blocks/core__post-comment.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment.parsed.json rename to test/integration/fixtures/blocks/core__post-comment.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comment.serialized.html b/test/integration/fixtures/blocks/core__post-comment.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comment.serialized.html rename to test/integration/fixtures/blocks/core__post-comment.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-count.html b/test/integration/fixtures/blocks/core__post-comments-count.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-count.html rename to test/integration/fixtures/blocks/core__post-comments-count.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-count.json b/test/integration/fixtures/blocks/core__post-comments-count.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-count.json rename to test/integration/fixtures/blocks/core__post-comments-count.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-count.parsed.json b/test/integration/fixtures/blocks/core__post-comments-count.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-count.parsed.json rename to test/integration/fixtures/blocks/core__post-comments-count.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-count.serialized.html b/test/integration/fixtures/blocks/core__post-comments-count.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-count.serialized.html rename to test/integration/fixtures/blocks/core__post-comments-count.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-form.html b/test/integration/fixtures/blocks/core__post-comments-form.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-form.html rename to test/integration/fixtures/blocks/core__post-comments-form.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-form.json b/test/integration/fixtures/blocks/core__post-comments-form.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-form.json rename to test/integration/fixtures/blocks/core__post-comments-form.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-form.parsed.json b/test/integration/fixtures/blocks/core__post-comments-form.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-form.parsed.json rename to test/integration/fixtures/blocks/core__post-comments-form.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-form.serialized.html b/test/integration/fixtures/blocks/core__post-comments-form.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-form.serialized.html rename to test/integration/fixtures/blocks/core__post-comments-form.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-link.html b/test/integration/fixtures/blocks/core__post-comments-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-link.html rename to test/integration/fixtures/blocks/core__post-comments-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-link.json b/test/integration/fixtures/blocks/core__post-comments-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-link.json rename to test/integration/fixtures/blocks/core__post-comments-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-link.parsed.json b/test/integration/fixtures/blocks/core__post-comments-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-link.parsed.json rename to test/integration/fixtures/blocks/core__post-comments-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments-link.serialized.html b/test/integration/fixtures/blocks/core__post-comments-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments-link.serialized.html rename to test/integration/fixtures/blocks/core__post-comments-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments.html b/test/integration/fixtures/blocks/core__post-comments.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments.html rename to test/integration/fixtures/blocks/core__post-comments.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments.json b/test/integration/fixtures/blocks/core__post-comments.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments.json rename to test/integration/fixtures/blocks/core__post-comments.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments.parsed.json b/test/integration/fixtures/blocks/core__post-comments.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments.parsed.json rename to test/integration/fixtures/blocks/core__post-comments.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-comments.serialized.html b/test/integration/fixtures/blocks/core__post-comments.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-comments.serialized.html rename to test/integration/fixtures/blocks/core__post-comments.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-content.html b/test/integration/fixtures/blocks/core__post-content.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-content.html rename to test/integration/fixtures/blocks/core__post-content.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-content.json b/test/integration/fixtures/blocks/core__post-content.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-content.json rename to test/integration/fixtures/blocks/core__post-content.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-content.parsed.json b/test/integration/fixtures/blocks/core__post-content.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-content.parsed.json rename to test/integration/fixtures/blocks/core__post-content.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-content.serialized.html b/test/integration/fixtures/blocks/core__post-content.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-content.serialized.html rename to test/integration/fixtures/blocks/core__post-content.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-date.html b/test/integration/fixtures/blocks/core__post-date.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-date.html rename to test/integration/fixtures/blocks/core__post-date.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-date.json b/test/integration/fixtures/blocks/core__post-date.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-date.json rename to test/integration/fixtures/blocks/core__post-date.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-date.parsed.json b/test/integration/fixtures/blocks/core__post-date.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-date.parsed.json rename to test/integration/fixtures/blocks/core__post-date.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-date.serialized.html b/test/integration/fixtures/blocks/core__post-date.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-date.serialized.html rename to test/integration/fixtures/blocks/core__post-date.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-excerpt.html b/test/integration/fixtures/blocks/core__post-excerpt.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-excerpt.html rename to test/integration/fixtures/blocks/core__post-excerpt.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-excerpt.json b/test/integration/fixtures/blocks/core__post-excerpt.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-excerpt.json rename to test/integration/fixtures/blocks/core__post-excerpt.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-excerpt.parsed.json b/test/integration/fixtures/blocks/core__post-excerpt.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-excerpt.parsed.json rename to test/integration/fixtures/blocks/core__post-excerpt.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-excerpt.serialized.html b/test/integration/fixtures/blocks/core__post-excerpt.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-excerpt.serialized.html rename to test/integration/fixtures/blocks/core__post-excerpt.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-featured-image.html b/test/integration/fixtures/blocks/core__post-featured-image.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-featured-image.html rename to test/integration/fixtures/blocks/core__post-featured-image.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-featured-image.json b/test/integration/fixtures/blocks/core__post-featured-image.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-featured-image.json rename to test/integration/fixtures/blocks/core__post-featured-image.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-featured-image.parsed.json b/test/integration/fixtures/blocks/core__post-featured-image.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-featured-image.parsed.json rename to test/integration/fixtures/blocks/core__post-featured-image.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-featured-image.serialized.html b/test/integration/fixtures/blocks/core__post-featured-image.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-featured-image.serialized.html rename to test/integration/fixtures/blocks/core__post-featured-image.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-navigation-link.html b/test/integration/fixtures/blocks/core__post-navigation-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-navigation-link.html rename to test/integration/fixtures/blocks/core__post-navigation-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-navigation-link.json b/test/integration/fixtures/blocks/core__post-navigation-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-navigation-link.json rename to test/integration/fixtures/blocks/core__post-navigation-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-navigation-link.parsed.json b/test/integration/fixtures/blocks/core__post-navigation-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-navigation-link.parsed.json rename to test/integration/fixtures/blocks/core__post-navigation-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-navigation-link.serialized.html b/test/integration/fixtures/blocks/core__post-navigation-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-navigation-link.serialized.html rename to test/integration/fixtures/blocks/core__post-navigation-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-template.html b/test/integration/fixtures/blocks/core__post-template.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-template.html rename to test/integration/fixtures/blocks/core__post-template.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-template.json b/test/integration/fixtures/blocks/core__post-template.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-template.json rename to test/integration/fixtures/blocks/core__post-template.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-template.parsed.json b/test/integration/fixtures/blocks/core__post-template.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-template.parsed.json rename to test/integration/fixtures/blocks/core__post-template.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-template.serialized.html b/test/integration/fixtures/blocks/core__post-template.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-template.serialized.html rename to test/integration/fixtures/blocks/core__post-template.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-terms.html b/test/integration/fixtures/blocks/core__post-terms.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-terms.html rename to test/integration/fixtures/blocks/core__post-terms.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-terms.json b/test/integration/fixtures/blocks/core__post-terms.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-terms.json rename to test/integration/fixtures/blocks/core__post-terms.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-terms.parsed.json b/test/integration/fixtures/blocks/core__post-terms.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-terms.parsed.json rename to test/integration/fixtures/blocks/core__post-terms.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-terms.serialized.html b/test/integration/fixtures/blocks/core__post-terms.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-terms.serialized.html rename to test/integration/fixtures/blocks/core__post-terms.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-title.html b/test/integration/fixtures/blocks/core__post-title.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-title.html rename to test/integration/fixtures/blocks/core__post-title.html diff --git a/packages/e2e-tests/fixtures/blocks/core__post-title.json b/test/integration/fixtures/blocks/core__post-title.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-title.json rename to test/integration/fixtures/blocks/core__post-title.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-title.parsed.json b/test/integration/fixtures/blocks/core__post-title.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-title.parsed.json rename to test/integration/fixtures/blocks/core__post-title.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__post-title.serialized.html b/test/integration/fixtures/blocks/core__post-title.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__post-title.serialized.html rename to test/integration/fixtures/blocks/core__post-title.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__preformatted.html b/test/integration/fixtures/blocks/core__preformatted.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__preformatted.html rename to test/integration/fixtures/blocks/core__preformatted.html diff --git a/packages/e2e-tests/fixtures/blocks/core__preformatted.json b/test/integration/fixtures/blocks/core__preformatted.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__preformatted.json rename to test/integration/fixtures/blocks/core__preformatted.json diff --git a/packages/e2e-tests/fixtures/blocks/core__preformatted.parsed.json b/test/integration/fixtures/blocks/core__preformatted.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__preformatted.parsed.json rename to test/integration/fixtures/blocks/core__preformatted.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__preformatted.serialized.html b/test/integration/fixtures/blocks/core__preformatted.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__preformatted.serialized.html rename to test/integration/fixtures/blocks/core__preformatted.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote.html b/test/integration/fixtures/blocks/core__pullquote.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote.html rename to test/integration/fixtures/blocks/core__pullquote.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote.json b/test/integration/fixtures/blocks/core__pullquote.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote.json rename to test/integration/fixtures/blocks/core__pullquote.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote.parsed.json b/test/integration/fixtures/blocks/core__pullquote.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote.parsed.json rename to test/integration/fixtures/blocks/core__pullquote.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote.serialized.html b/test/integration/fixtures/blocks/core__pullquote.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote.serialized.html rename to test/integration/fixtures/blocks/core__pullquote.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.html b/test/integration/fixtures/blocks/core__pullquote__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.html rename to test/integration/fixtures/blocks/core__pullquote__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.json b/test/integration/fixtures/blocks/core__pullquote__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.json rename to test/integration/fixtures/blocks/core__pullquote__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__pullquote__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__pullquote__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__pullquote__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__pullquote__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.html b/test/integration/fixtures/blocks/core__pullquote__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.html rename to test/integration/fixtures/blocks/core__pullquote__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.json b/test/integration/fixtures/blocks/core__pullquote__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.json rename to test/integration/fixtures/blocks/core__pullquote__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__pullquote__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__pullquote__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__pullquote__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__pullquote__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.html b/test/integration/fixtures/blocks/core__pullquote__deprecated-3.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.html rename to test/integration/fixtures/blocks/core__pullquote__deprecated-3.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.json b/test/integration/fixtures/blocks/core__pullquote__deprecated-3.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.json rename to test/integration/fixtures/blocks/core__pullquote__deprecated-3.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__pullquote__deprecated-3.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.parsed.json rename to test/integration/fixtures/blocks/core__pullquote__deprecated-3.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.serialized.html b/test/integration/fixtures/blocks/core__pullquote__deprecated-3.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__deprecated-3.serialized.html rename to test/integration/fixtures/blocks/core__pullquote__deprecated-3.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.html b/test/integration/fixtures/blocks/core__pullquote__main-color.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.html rename to test/integration/fixtures/blocks/core__pullquote__main-color.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.json b/test/integration/fixtures/blocks/core__pullquote__main-color.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.json rename to test/integration/fixtures/blocks/core__pullquote__main-color.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.parsed.json b/test/integration/fixtures/blocks/core__pullquote__main-color.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.parsed.json rename to test/integration/fixtures/blocks/core__pullquote__main-color.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.serialized.html b/test/integration/fixtures/blocks/core__pullquote__main-color.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__main-color.serialized.html rename to test/integration/fixtures/blocks/core__pullquote__main-color.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.html b/test/integration/fixtures/blocks/core__pullquote__multi-paragraph.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.html rename to test/integration/fixtures/blocks/core__pullquote__multi-paragraph.html diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.json b/test/integration/fixtures/blocks/core__pullquote__multi-paragraph.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.json rename to test/integration/fixtures/blocks/core__pullquote__multi-paragraph.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.parsed.json b/test/integration/fixtures/blocks/core__pullquote__multi-paragraph.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.parsed.json rename to test/integration/fixtures/blocks/core__pullquote__multi-paragraph.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.serialized.html b/test/integration/fixtures/blocks/core__pullquote__multi-paragraph.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__pullquote__multi-paragraph.serialized.html rename to test/integration/fixtures/blocks/core__pullquote__multi-paragraph.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-next.html b/test/integration/fixtures/blocks/core__query-pagination-next.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-next.html rename to test/integration/fixtures/blocks/core__query-pagination-next.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-next.json b/test/integration/fixtures/blocks/core__query-pagination-next.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-next.json rename to test/integration/fixtures/blocks/core__query-pagination-next.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-next.parsed.json b/test/integration/fixtures/blocks/core__query-pagination-next.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-next.parsed.json rename to test/integration/fixtures/blocks/core__query-pagination-next.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-next.serialized.html b/test/integration/fixtures/blocks/core__query-pagination-next.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-next.serialized.html rename to test/integration/fixtures/blocks/core__query-pagination-next.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.html b/test/integration/fixtures/blocks/core__query-pagination-numbers.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.html rename to test/integration/fixtures/blocks/core__query-pagination-numbers.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.json b/test/integration/fixtures/blocks/core__query-pagination-numbers.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.json rename to test/integration/fixtures/blocks/core__query-pagination-numbers.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.parsed.json b/test/integration/fixtures/blocks/core__query-pagination-numbers.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.parsed.json rename to test/integration/fixtures/blocks/core__query-pagination-numbers.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.serialized.html b/test/integration/fixtures/blocks/core__query-pagination-numbers.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-numbers.serialized.html rename to test/integration/fixtures/blocks/core__query-pagination-numbers.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.html b/test/integration/fixtures/blocks/core__query-pagination-previous.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.html rename to test/integration/fixtures/blocks/core__query-pagination-previous.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.json b/test/integration/fixtures/blocks/core__query-pagination-previous.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.json rename to test/integration/fixtures/blocks/core__query-pagination-previous.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.parsed.json b/test/integration/fixtures/blocks/core__query-pagination-previous.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.parsed.json rename to test/integration/fixtures/blocks/core__query-pagination-previous.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.serialized.html b/test/integration/fixtures/blocks/core__query-pagination-previous.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination-previous.serialized.html rename to test/integration/fixtures/blocks/core__query-pagination-previous.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination.html b/test/integration/fixtures/blocks/core__query-pagination.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination.html rename to test/integration/fixtures/blocks/core__query-pagination.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination.json b/test/integration/fixtures/blocks/core__query-pagination.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination.json rename to test/integration/fixtures/blocks/core__query-pagination.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination.parsed.json b/test/integration/fixtures/blocks/core__query-pagination.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination.parsed.json rename to test/integration/fixtures/blocks/core__query-pagination.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-pagination.serialized.html b/test/integration/fixtures/blocks/core__query-pagination.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-pagination.serialized.html rename to test/integration/fixtures/blocks/core__query-pagination.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-title.html b/test/integration/fixtures/blocks/core__query-title.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-title.html rename to test/integration/fixtures/blocks/core__query-title.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query-title.json b/test/integration/fixtures/blocks/core__query-title.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-title.json rename to test/integration/fixtures/blocks/core__query-title.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-title.parsed.json b/test/integration/fixtures/blocks/core__query-title.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-title.parsed.json rename to test/integration/fixtures/blocks/core__query-title.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query-title.serialized.html b/test/integration/fixtures/blocks/core__query-title.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query-title.serialized.html rename to test/integration/fixtures/blocks/core__query-title.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query.html b/test/integration/fixtures/blocks/core__query.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query.html rename to test/integration/fixtures/blocks/core__query.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query.json b/test/integration/fixtures/blocks/core__query.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query.json rename to test/integration/fixtures/blocks/core__query.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query.parsed.json b/test/integration/fixtures/blocks/core__query.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query.parsed.json rename to test/integration/fixtures/blocks/core__query.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query.serialized.html b/test/integration/fixtures/blocks/core__query.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query.serialized.html rename to test/integration/fixtures/blocks/core__query.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.html b/test/integration/fixtures/blocks/core__query__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.html rename to test/integration/fixtures/blocks/core__query__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.json b/test/integration/fixtures/blocks/core__query__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.json rename to test/integration/fixtures/blocks/core__query__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__query__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__query__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__query__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__query__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__query__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.html b/test/integration/fixtures/blocks/core__quote__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.html rename to test/integration/fixtures/blocks/core__quote__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.json b/test/integration/fixtures/blocks/core__quote__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.json rename to test/integration/fixtures/blocks/core__quote__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__quote__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__quote__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__quote__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__quote__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.html b/test/integration/fixtures/blocks/core__quote__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.html rename to test/integration/fixtures/blocks/core__quote__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.json b/test/integration/fixtures/blocks/core__quote__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.json rename to test/integration/fixtures/blocks/core__quote__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__quote__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__quote__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__quote__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__quote__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-1.html b/test/integration/fixtures/blocks/core__quote__style-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-1.html rename to test/integration/fixtures/blocks/core__quote__style-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-1.json b/test/integration/fixtures/blocks/core__quote__style-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-1.json rename to test/integration/fixtures/blocks/core__quote__style-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-1.parsed.json b/test/integration/fixtures/blocks/core__quote__style-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-1.parsed.json rename to test/integration/fixtures/blocks/core__quote__style-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-1.serialized.html b/test/integration/fixtures/blocks/core__quote__style-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-1.serialized.html rename to test/integration/fixtures/blocks/core__quote__style-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.html b/test/integration/fixtures/blocks/core__quote__style-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-2.html rename to test/integration/fixtures/blocks/core__quote__style-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.json b/test/integration/fixtures/blocks/core__quote__style-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-2.json rename to test/integration/fixtures/blocks/core__quote__style-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.parsed.json b/test/integration/fixtures/blocks/core__quote__style-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-2.parsed.json rename to test/integration/fixtures/blocks/core__quote__style-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.serialized.html b/test/integration/fixtures/blocks/core__quote__style-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__quote__style-2.serialized.html rename to test/integration/fixtures/blocks/core__quote__style-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__rss.html b/test/integration/fixtures/blocks/core__rss.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__rss.html rename to test/integration/fixtures/blocks/core__rss.html diff --git a/packages/e2e-tests/fixtures/blocks/core__rss.json b/test/integration/fixtures/blocks/core__rss.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__rss.json rename to test/integration/fixtures/blocks/core__rss.json diff --git a/packages/e2e-tests/fixtures/blocks/core__rss.parsed.json b/test/integration/fixtures/blocks/core__rss.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__rss.parsed.json rename to test/integration/fixtures/blocks/core__rss.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__rss.serialized.html b/test/integration/fixtures/blocks/core__rss.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__rss.serialized.html rename to test/integration/fixtures/blocks/core__rss.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__search.html b/test/integration/fixtures/blocks/core__search.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search.html rename to test/integration/fixtures/blocks/core__search.html diff --git a/packages/e2e-tests/fixtures/blocks/core__search.json b/test/integration/fixtures/blocks/core__search.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search.json rename to test/integration/fixtures/blocks/core__search.json diff --git a/packages/e2e-tests/fixtures/blocks/core__search.parsed.json b/test/integration/fixtures/blocks/core__search.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search.parsed.json rename to test/integration/fixtures/blocks/core__search.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__search.serialized.html b/test/integration/fixtures/blocks/core__search.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search.serialized.html rename to test/integration/fixtures/blocks/core__search.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__search__custom-text.html b/test/integration/fixtures/blocks/core__search__custom-text.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search__custom-text.html rename to test/integration/fixtures/blocks/core__search__custom-text.html diff --git a/packages/e2e-tests/fixtures/blocks/core__search__custom-text.json b/test/integration/fixtures/blocks/core__search__custom-text.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search__custom-text.json rename to test/integration/fixtures/blocks/core__search__custom-text.json diff --git a/packages/e2e-tests/fixtures/blocks/core__search__custom-text.parsed.json b/test/integration/fixtures/blocks/core__search__custom-text.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search__custom-text.parsed.json rename to test/integration/fixtures/blocks/core__search__custom-text.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__search__custom-text.serialized.html b/test/integration/fixtures/blocks/core__search__custom-text.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__search__custom-text.serialized.html rename to test/integration/fixtures/blocks/core__search__custom-text.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__separator.html b/test/integration/fixtures/blocks/core__separator.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__separator.html rename to test/integration/fixtures/blocks/core__separator.html diff --git a/packages/e2e-tests/fixtures/blocks/core__separator.json b/test/integration/fixtures/blocks/core__separator.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__separator.json rename to test/integration/fixtures/blocks/core__separator.json diff --git a/packages/e2e-tests/fixtures/blocks/core__separator.parsed.json b/test/integration/fixtures/blocks/core__separator.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__separator.parsed.json rename to test/integration/fixtures/blocks/core__separator.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__separator.serialized.html b/test/integration/fixtures/blocks/core__separator.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__separator.serialized.html rename to test/integration/fixtures/blocks/core__separator.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__shortcode.html b/test/integration/fixtures/blocks/core__shortcode.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__shortcode.html rename to test/integration/fixtures/blocks/core__shortcode.html diff --git a/packages/e2e-tests/fixtures/blocks/core__shortcode.json b/test/integration/fixtures/blocks/core__shortcode.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__shortcode.json rename to test/integration/fixtures/blocks/core__shortcode.json diff --git a/packages/e2e-tests/fixtures/blocks/core__shortcode.parsed.json b/test/integration/fixtures/blocks/core__shortcode.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__shortcode.parsed.json rename to test/integration/fixtures/blocks/core__shortcode.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__shortcode.serialized.html b/test/integration/fixtures/blocks/core__shortcode.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__shortcode.serialized.html rename to test/integration/fixtures/blocks/core__shortcode.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__site-logo.html b/test/integration/fixtures/blocks/core__site-logo.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-logo.html rename to test/integration/fixtures/blocks/core__site-logo.html diff --git a/packages/e2e-tests/fixtures/blocks/core__site-logo.json b/test/integration/fixtures/blocks/core__site-logo.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-logo.json rename to test/integration/fixtures/blocks/core__site-logo.json diff --git a/packages/e2e-tests/fixtures/blocks/core__site-logo.parsed.json b/test/integration/fixtures/blocks/core__site-logo.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-logo.parsed.json rename to test/integration/fixtures/blocks/core__site-logo.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__site-logo.serialized.html b/test/integration/fixtures/blocks/core__site-logo.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-logo.serialized.html rename to test/integration/fixtures/blocks/core__site-logo.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__site-tagline.html b/test/integration/fixtures/blocks/core__site-tagline.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-tagline.html rename to test/integration/fixtures/blocks/core__site-tagline.html diff --git a/packages/e2e-tests/fixtures/blocks/core__site-tagline.json b/test/integration/fixtures/blocks/core__site-tagline.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-tagline.json rename to test/integration/fixtures/blocks/core__site-tagline.json diff --git a/packages/e2e-tests/fixtures/blocks/core__site-tagline.parsed.json b/test/integration/fixtures/blocks/core__site-tagline.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-tagline.parsed.json rename to test/integration/fixtures/blocks/core__site-tagline.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__site-tagline.serialized.html b/test/integration/fixtures/blocks/core__site-tagline.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-tagline.serialized.html rename to test/integration/fixtures/blocks/core__site-tagline.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__site-title.html b/test/integration/fixtures/blocks/core__site-title.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-title.html rename to test/integration/fixtures/blocks/core__site-title.html diff --git a/packages/e2e-tests/fixtures/blocks/core__site-title.json b/test/integration/fixtures/blocks/core__site-title.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-title.json rename to test/integration/fixtures/blocks/core__site-title.json diff --git a/packages/e2e-tests/fixtures/blocks/core__site-title.parsed.json b/test/integration/fixtures/blocks/core__site-title.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-title.parsed.json rename to test/integration/fixtures/blocks/core__site-title.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__site-title.serialized.html b/test/integration/fixtures/blocks/core__site-title.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__site-title.serialized.html rename to test/integration/fixtures/blocks/core__site-title.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-amazon.html b/test/integration/fixtures/blocks/core__social-link-amazon.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-amazon.html rename to test/integration/fixtures/blocks/core__social-link-amazon.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-amazon.json b/test/integration/fixtures/blocks/core__social-link-amazon.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-amazon.json rename to test/integration/fixtures/blocks/core__social-link-amazon.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-amazon.parsed.json b/test/integration/fixtures/blocks/core__social-link-amazon.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-amazon.parsed.json rename to test/integration/fixtures/blocks/core__social-link-amazon.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-amazon.serialized.html b/test/integration/fixtures/blocks/core__social-link-amazon.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-amazon.serialized.html rename to test/integration/fixtures/blocks/core__social-link-amazon.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.html b/test/integration/fixtures/blocks/core__social-link-bandcamp.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.html rename to test/integration/fixtures/blocks/core__social-link-bandcamp.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.json b/test/integration/fixtures/blocks/core__social-link-bandcamp.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.json rename to test/integration/fixtures/blocks/core__social-link-bandcamp.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.parsed.json b/test/integration/fixtures/blocks/core__social-link-bandcamp.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.parsed.json rename to test/integration/fixtures/blocks/core__social-link-bandcamp.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.serialized.html b/test/integration/fixtures/blocks/core__social-link-bandcamp.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-bandcamp.serialized.html rename to test/integration/fixtures/blocks/core__social-link-bandcamp.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-behance.html b/test/integration/fixtures/blocks/core__social-link-behance.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-behance.html rename to test/integration/fixtures/blocks/core__social-link-behance.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-behance.json b/test/integration/fixtures/blocks/core__social-link-behance.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-behance.json rename to test/integration/fixtures/blocks/core__social-link-behance.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-behance.parsed.json b/test/integration/fixtures/blocks/core__social-link-behance.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-behance.parsed.json rename to test/integration/fixtures/blocks/core__social-link-behance.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-behance.serialized.html b/test/integration/fixtures/blocks/core__social-link-behance.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-behance.serialized.html rename to test/integration/fixtures/blocks/core__social-link-behance.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-chain.html b/test/integration/fixtures/blocks/core__social-link-chain.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-chain.html rename to test/integration/fixtures/blocks/core__social-link-chain.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-chain.json b/test/integration/fixtures/blocks/core__social-link-chain.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-chain.json rename to test/integration/fixtures/blocks/core__social-link-chain.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-chain.parsed.json b/test/integration/fixtures/blocks/core__social-link-chain.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-chain.parsed.json rename to test/integration/fixtures/blocks/core__social-link-chain.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-chain.serialized.html b/test/integration/fixtures/blocks/core__social-link-chain.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-chain.serialized.html rename to test/integration/fixtures/blocks/core__social-link-chain.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-codepen.html b/test/integration/fixtures/blocks/core__social-link-codepen.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-codepen.html rename to test/integration/fixtures/blocks/core__social-link-codepen.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-codepen.json b/test/integration/fixtures/blocks/core__social-link-codepen.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-codepen.json rename to test/integration/fixtures/blocks/core__social-link-codepen.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-codepen.parsed.json b/test/integration/fixtures/blocks/core__social-link-codepen.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-codepen.parsed.json rename to test/integration/fixtures/blocks/core__social-link-codepen.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-codepen.serialized.html b/test/integration/fixtures/blocks/core__social-link-codepen.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-codepen.serialized.html rename to test/integration/fixtures/blocks/core__social-link-codepen.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.html b/test/integration/fixtures/blocks/core__social-link-deviantart.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.html rename to test/integration/fixtures/blocks/core__social-link-deviantart.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.json b/test/integration/fixtures/blocks/core__social-link-deviantart.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.json rename to test/integration/fixtures/blocks/core__social-link-deviantart.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.parsed.json b/test/integration/fixtures/blocks/core__social-link-deviantart.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.parsed.json rename to test/integration/fixtures/blocks/core__social-link-deviantart.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.serialized.html b/test/integration/fixtures/blocks/core__social-link-deviantart.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-deviantart.serialized.html rename to test/integration/fixtures/blocks/core__social-link-deviantart.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.html b/test/integration/fixtures/blocks/core__social-link-dribbble.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.html rename to test/integration/fixtures/blocks/core__social-link-dribbble.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.json b/test/integration/fixtures/blocks/core__social-link-dribbble.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.json rename to test/integration/fixtures/blocks/core__social-link-dribbble.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.parsed.json b/test/integration/fixtures/blocks/core__social-link-dribbble.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.parsed.json rename to test/integration/fixtures/blocks/core__social-link-dribbble.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.serialized.html b/test/integration/fixtures/blocks/core__social-link-dribbble.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dribbble.serialized.html rename to test/integration/fixtures/blocks/core__social-link-dribbble.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.html b/test/integration/fixtures/blocks/core__social-link-dropbox.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.html rename to test/integration/fixtures/blocks/core__social-link-dropbox.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.json b/test/integration/fixtures/blocks/core__social-link-dropbox.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.json rename to test/integration/fixtures/blocks/core__social-link-dropbox.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.parsed.json b/test/integration/fixtures/blocks/core__social-link-dropbox.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.parsed.json rename to test/integration/fixtures/blocks/core__social-link-dropbox.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.serialized.html b/test/integration/fixtures/blocks/core__social-link-dropbox.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-dropbox.serialized.html rename to test/integration/fixtures/blocks/core__social-link-dropbox.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-etsy.html b/test/integration/fixtures/blocks/core__social-link-etsy.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-etsy.html rename to test/integration/fixtures/blocks/core__social-link-etsy.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-etsy.json b/test/integration/fixtures/blocks/core__social-link-etsy.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-etsy.json rename to test/integration/fixtures/blocks/core__social-link-etsy.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-etsy.parsed.json b/test/integration/fixtures/blocks/core__social-link-etsy.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-etsy.parsed.json rename to test/integration/fixtures/blocks/core__social-link-etsy.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-etsy.serialized.html b/test/integration/fixtures/blocks/core__social-link-etsy.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-etsy.serialized.html rename to test/integration/fixtures/blocks/core__social-link-etsy.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-facebook.html b/test/integration/fixtures/blocks/core__social-link-facebook.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-facebook.html rename to test/integration/fixtures/blocks/core__social-link-facebook.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-facebook.json b/test/integration/fixtures/blocks/core__social-link-facebook.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-facebook.json rename to test/integration/fixtures/blocks/core__social-link-facebook.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-facebook.parsed.json b/test/integration/fixtures/blocks/core__social-link-facebook.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-facebook.parsed.json rename to test/integration/fixtures/blocks/core__social-link-facebook.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-facebook.serialized.html b/test/integration/fixtures/blocks/core__social-link-facebook.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-facebook.serialized.html rename to test/integration/fixtures/blocks/core__social-link-facebook.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-feed.html b/test/integration/fixtures/blocks/core__social-link-feed.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-feed.html rename to test/integration/fixtures/blocks/core__social-link-feed.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-feed.json b/test/integration/fixtures/blocks/core__social-link-feed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-feed.json rename to test/integration/fixtures/blocks/core__social-link-feed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-feed.parsed.json b/test/integration/fixtures/blocks/core__social-link-feed.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-feed.parsed.json rename to test/integration/fixtures/blocks/core__social-link-feed.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-feed.serialized.html b/test/integration/fixtures/blocks/core__social-link-feed.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-feed.serialized.html rename to test/integration/fixtures/blocks/core__social-link-feed.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.html b/test/integration/fixtures/blocks/core__social-link-fivehundredpx.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.html rename to test/integration/fixtures/blocks/core__social-link-fivehundredpx.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.json b/test/integration/fixtures/blocks/core__social-link-fivehundredpx.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.json rename to test/integration/fixtures/blocks/core__social-link-fivehundredpx.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.parsed.json b/test/integration/fixtures/blocks/core__social-link-fivehundredpx.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.parsed.json rename to test/integration/fixtures/blocks/core__social-link-fivehundredpx.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.serialized.html b/test/integration/fixtures/blocks/core__social-link-fivehundredpx.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-fivehundredpx.serialized.html rename to test/integration/fixtures/blocks/core__social-link-fivehundredpx.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-flickr.html b/test/integration/fixtures/blocks/core__social-link-flickr.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-flickr.html rename to test/integration/fixtures/blocks/core__social-link-flickr.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-flickr.json b/test/integration/fixtures/blocks/core__social-link-flickr.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-flickr.json rename to test/integration/fixtures/blocks/core__social-link-flickr.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-flickr.parsed.json b/test/integration/fixtures/blocks/core__social-link-flickr.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-flickr.parsed.json rename to test/integration/fixtures/blocks/core__social-link-flickr.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-flickr.serialized.html b/test/integration/fixtures/blocks/core__social-link-flickr.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-flickr.serialized.html rename to test/integration/fixtures/blocks/core__social-link-flickr.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.html b/test/integration/fixtures/blocks/core__social-link-foursquare.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.html rename to test/integration/fixtures/blocks/core__social-link-foursquare.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.json b/test/integration/fixtures/blocks/core__social-link-foursquare.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.json rename to test/integration/fixtures/blocks/core__social-link-foursquare.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.parsed.json b/test/integration/fixtures/blocks/core__social-link-foursquare.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.parsed.json rename to test/integration/fixtures/blocks/core__social-link-foursquare.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.serialized.html b/test/integration/fixtures/blocks/core__social-link-foursquare.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-foursquare.serialized.html rename to test/integration/fixtures/blocks/core__social-link-foursquare.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-github.html b/test/integration/fixtures/blocks/core__social-link-github.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-github.html rename to test/integration/fixtures/blocks/core__social-link-github.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-github.json b/test/integration/fixtures/blocks/core__social-link-github.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-github.json rename to test/integration/fixtures/blocks/core__social-link-github.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-github.parsed.json b/test/integration/fixtures/blocks/core__social-link-github.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-github.parsed.json rename to test/integration/fixtures/blocks/core__social-link-github.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-github.serialized.html b/test/integration/fixtures/blocks/core__social-link-github.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-github.serialized.html rename to test/integration/fixtures/blocks/core__social-link-github.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.html b/test/integration/fixtures/blocks/core__social-link-goodreads.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.html rename to test/integration/fixtures/blocks/core__social-link-goodreads.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.json b/test/integration/fixtures/blocks/core__social-link-goodreads.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.json rename to test/integration/fixtures/blocks/core__social-link-goodreads.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.parsed.json b/test/integration/fixtures/blocks/core__social-link-goodreads.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.parsed.json rename to test/integration/fixtures/blocks/core__social-link-goodreads.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.serialized.html b/test/integration/fixtures/blocks/core__social-link-goodreads.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-goodreads.serialized.html rename to test/integration/fixtures/blocks/core__social-link-goodreads.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-google.html b/test/integration/fixtures/blocks/core__social-link-google.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-google.html rename to test/integration/fixtures/blocks/core__social-link-google.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-google.json b/test/integration/fixtures/blocks/core__social-link-google.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-google.json rename to test/integration/fixtures/blocks/core__social-link-google.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-google.parsed.json b/test/integration/fixtures/blocks/core__social-link-google.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-google.parsed.json rename to test/integration/fixtures/blocks/core__social-link-google.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-google.serialized.html b/test/integration/fixtures/blocks/core__social-link-google.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-google.serialized.html rename to test/integration/fixtures/blocks/core__social-link-google.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-instagram.html b/test/integration/fixtures/blocks/core__social-link-instagram.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-instagram.html rename to test/integration/fixtures/blocks/core__social-link-instagram.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-instagram.json b/test/integration/fixtures/blocks/core__social-link-instagram.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-instagram.json rename to test/integration/fixtures/blocks/core__social-link-instagram.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-instagram.parsed.json b/test/integration/fixtures/blocks/core__social-link-instagram.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-instagram.parsed.json rename to test/integration/fixtures/blocks/core__social-link-instagram.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-instagram.serialized.html b/test/integration/fixtures/blocks/core__social-link-instagram.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-instagram.serialized.html rename to test/integration/fixtures/blocks/core__social-link-instagram.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.html b/test/integration/fixtures/blocks/core__social-link-lastfm.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.html rename to test/integration/fixtures/blocks/core__social-link-lastfm.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.json b/test/integration/fixtures/blocks/core__social-link-lastfm.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.json rename to test/integration/fixtures/blocks/core__social-link-lastfm.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.parsed.json b/test/integration/fixtures/blocks/core__social-link-lastfm.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.parsed.json rename to test/integration/fixtures/blocks/core__social-link-lastfm.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.serialized.html b/test/integration/fixtures/blocks/core__social-link-lastfm.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-lastfm.serialized.html rename to test/integration/fixtures/blocks/core__social-link-lastfm.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.html b/test/integration/fixtures/blocks/core__social-link-linkedin.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.html rename to test/integration/fixtures/blocks/core__social-link-linkedin.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.json b/test/integration/fixtures/blocks/core__social-link-linkedin.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.json rename to test/integration/fixtures/blocks/core__social-link-linkedin.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.parsed.json b/test/integration/fixtures/blocks/core__social-link-linkedin.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.parsed.json rename to test/integration/fixtures/blocks/core__social-link-linkedin.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.serialized.html b/test/integration/fixtures/blocks/core__social-link-linkedin.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-linkedin.serialized.html rename to test/integration/fixtures/blocks/core__social-link-linkedin.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mail.html b/test/integration/fixtures/blocks/core__social-link-mail.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mail.html rename to test/integration/fixtures/blocks/core__social-link-mail.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mail.json b/test/integration/fixtures/blocks/core__social-link-mail.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mail.json rename to test/integration/fixtures/blocks/core__social-link-mail.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mail.parsed.json b/test/integration/fixtures/blocks/core__social-link-mail.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mail.parsed.json rename to test/integration/fixtures/blocks/core__social-link-mail.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mail.serialized.html b/test/integration/fixtures/blocks/core__social-link-mail.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mail.serialized.html rename to test/integration/fixtures/blocks/core__social-link-mail.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.html b/test/integration/fixtures/blocks/core__social-link-mastodon.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.html rename to test/integration/fixtures/blocks/core__social-link-mastodon.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.json b/test/integration/fixtures/blocks/core__social-link-mastodon.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.json rename to test/integration/fixtures/blocks/core__social-link-mastodon.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.parsed.json b/test/integration/fixtures/blocks/core__social-link-mastodon.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.parsed.json rename to test/integration/fixtures/blocks/core__social-link-mastodon.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.serialized.html b/test/integration/fixtures/blocks/core__social-link-mastodon.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-mastodon.serialized.html rename to test/integration/fixtures/blocks/core__social-link-mastodon.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-medium.html b/test/integration/fixtures/blocks/core__social-link-medium.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-medium.html rename to test/integration/fixtures/blocks/core__social-link-medium.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-medium.json b/test/integration/fixtures/blocks/core__social-link-medium.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-medium.json rename to test/integration/fixtures/blocks/core__social-link-medium.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-medium.parsed.json b/test/integration/fixtures/blocks/core__social-link-medium.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-medium.parsed.json rename to test/integration/fixtures/blocks/core__social-link-medium.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-medium.serialized.html b/test/integration/fixtures/blocks/core__social-link-medium.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-medium.serialized.html rename to test/integration/fixtures/blocks/core__social-link-medium.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-meetup.html b/test/integration/fixtures/blocks/core__social-link-meetup.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-meetup.html rename to test/integration/fixtures/blocks/core__social-link-meetup.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-meetup.json b/test/integration/fixtures/blocks/core__social-link-meetup.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-meetup.json rename to test/integration/fixtures/blocks/core__social-link-meetup.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-meetup.parsed.json b/test/integration/fixtures/blocks/core__social-link-meetup.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-meetup.parsed.json rename to test/integration/fixtures/blocks/core__social-link-meetup.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-meetup.serialized.html b/test/integration/fixtures/blocks/core__social-link-meetup.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-meetup.serialized.html rename to test/integration/fixtures/blocks/core__social-link-meetup.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.html b/test/integration/fixtures/blocks/core__social-link-pinterest.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.html rename to test/integration/fixtures/blocks/core__social-link-pinterest.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.json b/test/integration/fixtures/blocks/core__social-link-pinterest.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.json rename to test/integration/fixtures/blocks/core__social-link-pinterest.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.parsed.json b/test/integration/fixtures/blocks/core__social-link-pinterest.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.parsed.json rename to test/integration/fixtures/blocks/core__social-link-pinterest.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.serialized.html b/test/integration/fixtures/blocks/core__social-link-pinterest.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pinterest.serialized.html rename to test/integration/fixtures/blocks/core__social-link-pinterest.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pocket.html b/test/integration/fixtures/blocks/core__social-link-pocket.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pocket.html rename to test/integration/fixtures/blocks/core__social-link-pocket.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pocket.json b/test/integration/fixtures/blocks/core__social-link-pocket.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pocket.json rename to test/integration/fixtures/blocks/core__social-link-pocket.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pocket.parsed.json b/test/integration/fixtures/blocks/core__social-link-pocket.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pocket.parsed.json rename to test/integration/fixtures/blocks/core__social-link-pocket.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-pocket.serialized.html b/test/integration/fixtures/blocks/core__social-link-pocket.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-pocket.serialized.html rename to test/integration/fixtures/blocks/core__social-link-pocket.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-reddit.html b/test/integration/fixtures/blocks/core__social-link-reddit.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-reddit.html rename to test/integration/fixtures/blocks/core__social-link-reddit.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-reddit.json b/test/integration/fixtures/blocks/core__social-link-reddit.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-reddit.json rename to test/integration/fixtures/blocks/core__social-link-reddit.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-reddit.parsed.json b/test/integration/fixtures/blocks/core__social-link-reddit.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-reddit.parsed.json rename to test/integration/fixtures/blocks/core__social-link-reddit.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-reddit.serialized.html b/test/integration/fixtures/blocks/core__social-link-reddit.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-reddit.serialized.html rename to test/integration/fixtures/blocks/core__social-link-reddit.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-skype.html b/test/integration/fixtures/blocks/core__social-link-skype.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-skype.html rename to test/integration/fixtures/blocks/core__social-link-skype.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-skype.json b/test/integration/fixtures/blocks/core__social-link-skype.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-skype.json rename to test/integration/fixtures/blocks/core__social-link-skype.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-skype.parsed.json b/test/integration/fixtures/blocks/core__social-link-skype.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-skype.parsed.json rename to test/integration/fixtures/blocks/core__social-link-skype.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-skype.serialized.html b/test/integration/fixtures/blocks/core__social-link-skype.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-skype.serialized.html rename to test/integration/fixtures/blocks/core__social-link-skype.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.html b/test/integration/fixtures/blocks/core__social-link-snapchat.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.html rename to test/integration/fixtures/blocks/core__social-link-snapchat.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.json b/test/integration/fixtures/blocks/core__social-link-snapchat.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.json rename to test/integration/fixtures/blocks/core__social-link-snapchat.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.parsed.json b/test/integration/fixtures/blocks/core__social-link-snapchat.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.parsed.json rename to test/integration/fixtures/blocks/core__social-link-snapchat.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.serialized.html b/test/integration/fixtures/blocks/core__social-link-snapchat.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-snapchat.serialized.html rename to test/integration/fixtures/blocks/core__social-link-snapchat.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.html b/test/integration/fixtures/blocks/core__social-link-soundcloud.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.html rename to test/integration/fixtures/blocks/core__social-link-soundcloud.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.json b/test/integration/fixtures/blocks/core__social-link-soundcloud.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.json rename to test/integration/fixtures/blocks/core__social-link-soundcloud.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.parsed.json b/test/integration/fixtures/blocks/core__social-link-soundcloud.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.parsed.json rename to test/integration/fixtures/blocks/core__social-link-soundcloud.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.serialized.html b/test/integration/fixtures/blocks/core__social-link-soundcloud.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-soundcloud.serialized.html rename to test/integration/fixtures/blocks/core__social-link-soundcloud.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-spotify.html b/test/integration/fixtures/blocks/core__social-link-spotify.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-spotify.html rename to test/integration/fixtures/blocks/core__social-link-spotify.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-spotify.json b/test/integration/fixtures/blocks/core__social-link-spotify.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-spotify.json rename to test/integration/fixtures/blocks/core__social-link-spotify.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-spotify.parsed.json b/test/integration/fixtures/blocks/core__social-link-spotify.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-spotify.parsed.json rename to test/integration/fixtures/blocks/core__social-link-spotify.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-spotify.serialized.html b/test/integration/fixtures/blocks/core__social-link-spotify.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-spotify.serialized.html rename to test/integration/fixtures/blocks/core__social-link-spotify.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.html b/test/integration/fixtures/blocks/core__social-link-tumblr.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.html rename to test/integration/fixtures/blocks/core__social-link-tumblr.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.json b/test/integration/fixtures/blocks/core__social-link-tumblr.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.json rename to test/integration/fixtures/blocks/core__social-link-tumblr.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.parsed.json b/test/integration/fixtures/blocks/core__social-link-tumblr.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.parsed.json rename to test/integration/fixtures/blocks/core__social-link-tumblr.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.serialized.html b/test/integration/fixtures/blocks/core__social-link-tumblr.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-tumblr.serialized.html rename to test/integration/fixtures/blocks/core__social-link-tumblr.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitch.html b/test/integration/fixtures/blocks/core__social-link-twitch.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitch.html rename to test/integration/fixtures/blocks/core__social-link-twitch.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitch.json b/test/integration/fixtures/blocks/core__social-link-twitch.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitch.json rename to test/integration/fixtures/blocks/core__social-link-twitch.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitch.parsed.json b/test/integration/fixtures/blocks/core__social-link-twitch.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitch.parsed.json rename to test/integration/fixtures/blocks/core__social-link-twitch.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitch.serialized.html b/test/integration/fixtures/blocks/core__social-link-twitch.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitch.serialized.html rename to test/integration/fixtures/blocks/core__social-link-twitch.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitter.html b/test/integration/fixtures/blocks/core__social-link-twitter.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitter.html rename to test/integration/fixtures/blocks/core__social-link-twitter.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitter.json b/test/integration/fixtures/blocks/core__social-link-twitter.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitter.json rename to test/integration/fixtures/blocks/core__social-link-twitter.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitter.parsed.json b/test/integration/fixtures/blocks/core__social-link-twitter.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitter.parsed.json rename to test/integration/fixtures/blocks/core__social-link-twitter.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-twitter.serialized.html b/test/integration/fixtures/blocks/core__social-link-twitter.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-twitter.serialized.html rename to test/integration/fixtures/blocks/core__social-link-twitter.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.html b/test/integration/fixtures/blocks/core__social-link-vimeo.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.html rename to test/integration/fixtures/blocks/core__social-link-vimeo.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.json b/test/integration/fixtures/blocks/core__social-link-vimeo.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.json rename to test/integration/fixtures/blocks/core__social-link-vimeo.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.parsed.json b/test/integration/fixtures/blocks/core__social-link-vimeo.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.parsed.json rename to test/integration/fixtures/blocks/core__social-link-vimeo.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.serialized.html b/test/integration/fixtures/blocks/core__social-link-vimeo.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vimeo.serialized.html rename to test/integration/fixtures/blocks/core__social-link-vimeo.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vk.html b/test/integration/fixtures/blocks/core__social-link-vk.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vk.html rename to test/integration/fixtures/blocks/core__social-link-vk.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vk.json b/test/integration/fixtures/blocks/core__social-link-vk.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vk.json rename to test/integration/fixtures/blocks/core__social-link-vk.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vk.parsed.json b/test/integration/fixtures/blocks/core__social-link-vk.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vk.parsed.json rename to test/integration/fixtures/blocks/core__social-link-vk.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-vk.serialized.html b/test/integration/fixtures/blocks/core__social-link-vk.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-vk.serialized.html rename to test/integration/fixtures/blocks/core__social-link-vk.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.html b/test/integration/fixtures/blocks/core__social-link-wordpress.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.html rename to test/integration/fixtures/blocks/core__social-link-wordpress.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.json b/test/integration/fixtures/blocks/core__social-link-wordpress.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.json rename to test/integration/fixtures/blocks/core__social-link-wordpress.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.parsed.json b/test/integration/fixtures/blocks/core__social-link-wordpress.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.parsed.json rename to test/integration/fixtures/blocks/core__social-link-wordpress.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.serialized.html b/test/integration/fixtures/blocks/core__social-link-wordpress.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-wordpress.serialized.html rename to test/integration/fixtures/blocks/core__social-link-wordpress.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-yelp.html b/test/integration/fixtures/blocks/core__social-link-yelp.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-yelp.html rename to test/integration/fixtures/blocks/core__social-link-yelp.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-yelp.json b/test/integration/fixtures/blocks/core__social-link-yelp.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-yelp.json rename to test/integration/fixtures/blocks/core__social-link-yelp.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-yelp.parsed.json b/test/integration/fixtures/blocks/core__social-link-yelp.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-yelp.parsed.json rename to test/integration/fixtures/blocks/core__social-link-yelp.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-yelp.serialized.html b/test/integration/fixtures/blocks/core__social-link-yelp.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-yelp.serialized.html rename to test/integration/fixtures/blocks/core__social-link-yelp.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-youtube.html b/test/integration/fixtures/blocks/core__social-link-youtube.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-youtube.html rename to test/integration/fixtures/blocks/core__social-link-youtube.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-youtube.json b/test/integration/fixtures/blocks/core__social-link-youtube.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-youtube.json rename to test/integration/fixtures/blocks/core__social-link-youtube.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-youtube.parsed.json b/test/integration/fixtures/blocks/core__social-link-youtube.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-youtube.parsed.json rename to test/integration/fixtures/blocks/core__social-link-youtube.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link-youtube.serialized.html b/test/integration/fixtures/blocks/core__social-link-youtube.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link-youtube.serialized.html rename to test/integration/fixtures/blocks/core__social-link-youtube.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link.html b/test/integration/fixtures/blocks/core__social-link.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link.html rename to test/integration/fixtures/blocks/core__social-link.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link.json b/test/integration/fixtures/blocks/core__social-link.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link.json rename to test/integration/fixtures/blocks/core__social-link.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link.parsed.json b/test/integration/fixtures/blocks/core__social-link.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link.parsed.json rename to test/integration/fixtures/blocks/core__social-link.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-link.serialized.html b/test/integration/fixtures/blocks/core__social-link.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-link.serialized.html rename to test/integration/fixtures/blocks/core__social-link.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-links.html b/test/integration/fixtures/blocks/core__social-links.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-links.html rename to test/integration/fixtures/blocks/core__social-links.html diff --git a/packages/e2e-tests/fixtures/blocks/core__social-links.json b/test/integration/fixtures/blocks/core__social-links.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-links.json rename to test/integration/fixtures/blocks/core__social-links.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-links.parsed.json b/test/integration/fixtures/blocks/core__social-links.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-links.parsed.json rename to test/integration/fixtures/blocks/core__social-links.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__social-links.serialized.html b/test/integration/fixtures/blocks/core__social-links.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__social-links.serialized.html rename to test/integration/fixtures/blocks/core__social-links.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer.html b/test/integration/fixtures/blocks/core__spacer.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer.html rename to test/integration/fixtures/blocks/core__spacer.html diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer.json b/test/integration/fixtures/blocks/core__spacer.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer.json rename to test/integration/fixtures/blocks/core__spacer.json diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer.parsed.json b/test/integration/fixtures/blocks/core__spacer.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer.parsed.json rename to test/integration/fixtures/blocks/core__spacer.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer.serialized.html b/test/integration/fixtures/blocks/core__spacer.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer.serialized.html rename to test/integration/fixtures/blocks/core__spacer.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.html b/test/integration/fixtures/blocks/core__spacer__horizontal.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.html rename to test/integration/fixtures/blocks/core__spacer__horizontal.html diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.json b/test/integration/fixtures/blocks/core__spacer__horizontal.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.json rename to test/integration/fixtures/blocks/core__spacer__horizontal.json diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.parsed.json b/test/integration/fixtures/blocks/core__spacer__horizontal.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.parsed.json rename to test/integration/fixtures/blocks/core__spacer__horizontal.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.serialized.html b/test/integration/fixtures/blocks/core__spacer__horizontal.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__spacer__horizontal.serialized.html rename to test/integration/fixtures/blocks/core__spacer__horizontal.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table.html b/test/integration/fixtures/blocks/core__table.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table.html rename to test/integration/fixtures/blocks/core__table.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table.json b/test/integration/fixtures/blocks/core__table.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table.json rename to test/integration/fixtures/blocks/core__table.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table.parsed.json b/test/integration/fixtures/blocks/core__table.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table.parsed.json rename to test/integration/fixtures/blocks/core__table.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table.serialized.html b/test/integration/fixtures/blocks/core__table.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table.serialized.html rename to test/integration/fixtures/blocks/core__table.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__caption.html b/test/integration/fixtures/blocks/core__table__caption.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__caption.html rename to test/integration/fixtures/blocks/core__table__caption.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__caption.json b/test/integration/fixtures/blocks/core__table__caption.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__caption.json rename to test/integration/fixtures/blocks/core__table__caption.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__caption.parsed.json b/test/integration/fixtures/blocks/core__table__caption.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__caption.parsed.json rename to test/integration/fixtures/blocks/core__table__caption.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__caption.serialized.html b/test/integration/fixtures/blocks/core__table__caption.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__caption.serialized.html rename to test/integration/fixtures/blocks/core__table__caption.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.html b/test/integration/fixtures/blocks/core__table__deprecated-1.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.html rename to test/integration/fixtures/blocks/core__table__deprecated-1.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.json b/test/integration/fixtures/blocks/core__table__deprecated-1.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.json rename to test/integration/fixtures/blocks/core__table__deprecated-1.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__table__deprecated-1.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.parsed.json rename to test/integration/fixtures/blocks/core__table__deprecated-1.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.serialized.html b/test/integration/fixtures/blocks/core__table__deprecated-1.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-1.serialized.html rename to test/integration/fixtures/blocks/core__table__deprecated-1.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.html b/test/integration/fixtures/blocks/core__table__deprecated-2.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.html rename to test/integration/fixtures/blocks/core__table__deprecated-2.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.json b/test/integration/fixtures/blocks/core__table__deprecated-2.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.json rename to test/integration/fixtures/blocks/core__table__deprecated-2.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__table__deprecated-2.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.parsed.json rename to test/integration/fixtures/blocks/core__table__deprecated-2.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.serialized.html b/test/integration/fixtures/blocks/core__table__deprecated-2.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__deprecated-2.serialized.html rename to test/integration/fixtures/blocks/core__table__deprecated-2.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.html b/test/integration/fixtures/blocks/core__table__scope-attribute.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.html rename to test/integration/fixtures/blocks/core__table__scope-attribute.html diff --git a/packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.json b/test/integration/fixtures/blocks/core__table__scope-attribute.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.json rename to test/integration/fixtures/blocks/core__table__scope-attribute.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.parsed.json b/test/integration/fixtures/blocks/core__table__scope-attribute.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.parsed.json rename to test/integration/fixtures/blocks/core__table__scope-attribute.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.serialized.html b/test/integration/fixtures/blocks/core__table__scope-attribute.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__table__scope-attribute.serialized.html rename to test/integration/fixtures/blocks/core__table__scope-attribute.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud.html b/test/integration/fixtures/blocks/core__tag-cloud.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud.html rename to test/integration/fixtures/blocks/core__tag-cloud.html diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud.json b/test/integration/fixtures/blocks/core__tag-cloud.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud.json rename to test/integration/fixtures/blocks/core__tag-cloud.json diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud.parsed.json b/test/integration/fixtures/blocks/core__tag-cloud.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud.parsed.json rename to test/integration/fixtures/blocks/core__tag-cloud.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud.serialized.html b/test/integration/fixtures/blocks/core__tag-cloud.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud.serialized.html rename to test/integration/fixtures/blocks/core__tag-cloud.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.html b/test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.html rename to test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.html diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.json b/test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.json rename to test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.json diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.parsed.json b/test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.parsed.json rename to test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.serialized.html b/test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__tag-cloud__showTagCounts.serialized.html rename to test/integration/fixtures/blocks/core__tag-cloud__showTagCounts.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__template-part.html b/test/integration/fixtures/blocks/core__template-part.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__template-part.html rename to test/integration/fixtures/blocks/core__template-part.html diff --git a/packages/e2e-tests/fixtures/blocks/core__template-part.json b/test/integration/fixtures/blocks/core__template-part.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__template-part.json rename to test/integration/fixtures/blocks/core__template-part.json diff --git a/packages/e2e-tests/fixtures/blocks/core__template-part.parsed.json b/test/integration/fixtures/blocks/core__template-part.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__template-part.parsed.json rename to test/integration/fixtures/blocks/core__template-part.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__template-part.serialized.html b/test/integration/fixtures/blocks/core__template-part.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__template-part.serialized.html rename to test/integration/fixtures/blocks/core__template-part.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__term-description.html b/test/integration/fixtures/blocks/core__term-description.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__term-description.html rename to test/integration/fixtures/blocks/core__term-description.html diff --git a/packages/e2e-tests/fixtures/blocks/core__term-description.json b/test/integration/fixtures/blocks/core__term-description.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__term-description.json rename to test/integration/fixtures/blocks/core__term-description.json diff --git a/packages/e2e-tests/fixtures/blocks/core__term-description.parsed.json b/test/integration/fixtures/blocks/core__term-description.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__term-description.parsed.json rename to test/integration/fixtures/blocks/core__term-description.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__term-description.serialized.html b/test/integration/fixtures/blocks/core__term-description.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__term-description.serialized.html rename to test/integration/fixtures/blocks/core__term-description.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__text-columns.html b/test/integration/fixtures/blocks/core__text-columns.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text-columns.html rename to test/integration/fixtures/blocks/core__text-columns.html diff --git a/packages/e2e-tests/fixtures/blocks/core__text-columns.json b/test/integration/fixtures/blocks/core__text-columns.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text-columns.json rename to test/integration/fixtures/blocks/core__text-columns.json diff --git a/packages/e2e-tests/fixtures/blocks/core__text-columns.parsed.json b/test/integration/fixtures/blocks/core__text-columns.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text-columns.parsed.json rename to test/integration/fixtures/blocks/core__text-columns.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__text-columns.serialized.html b/test/integration/fixtures/blocks/core__text-columns.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text-columns.serialized.html rename to test/integration/fixtures/blocks/core__text-columns.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.html b/test/integration/fixtures/blocks/core__text__converts-to-paragraph.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.html rename to test/integration/fixtures/blocks/core__text__converts-to-paragraph.html diff --git a/packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.json b/test/integration/fixtures/blocks/core__text__converts-to-paragraph.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.json rename to test/integration/fixtures/blocks/core__text__converts-to-paragraph.json diff --git a/packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.parsed.json b/test/integration/fixtures/blocks/core__text__converts-to-paragraph.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.parsed.json rename to test/integration/fixtures/blocks/core__text__converts-to-paragraph.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.serialized.html b/test/integration/fixtures/blocks/core__text__converts-to-paragraph.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__text__converts-to-paragraph.serialized.html rename to test/integration/fixtures/blocks/core__text__converts-to-paragraph.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__verse.html b/test/integration/fixtures/blocks/core__verse.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse.html rename to test/integration/fixtures/blocks/core__verse.html diff --git a/packages/e2e-tests/fixtures/blocks/core__verse.json b/test/integration/fixtures/blocks/core__verse.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse.json rename to test/integration/fixtures/blocks/core__verse.json diff --git a/packages/e2e-tests/fixtures/blocks/core__verse.parsed.json b/test/integration/fixtures/blocks/core__verse.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse.parsed.json rename to test/integration/fixtures/blocks/core__verse.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__verse.serialized.html b/test/integration/fixtures/blocks/core__verse.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse.serialized.html rename to test/integration/fixtures/blocks/core__verse.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__verse__deprecated.html b/test/integration/fixtures/blocks/core__verse__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse__deprecated.html rename to test/integration/fixtures/blocks/core__verse__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core__verse__deprecated.json b/test/integration/fixtures/blocks/core__verse__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse__deprecated.json rename to test/integration/fixtures/blocks/core__verse__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core__verse__deprecated.parsed.json b/test/integration/fixtures/blocks/core__verse__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse__deprecated.parsed.json rename to test/integration/fixtures/blocks/core__verse__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__verse__deprecated.serialized.html b/test/integration/fixtures/blocks/core__verse__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__verse__deprecated.serialized.html rename to test/integration/fixtures/blocks/core__verse__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core__video.html b/test/integration/fixtures/blocks/core__video.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__video.html rename to test/integration/fixtures/blocks/core__video.html diff --git a/packages/e2e-tests/fixtures/blocks/core__video.json b/test/integration/fixtures/blocks/core__video.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__video.json rename to test/integration/fixtures/blocks/core__video.json diff --git a/packages/e2e-tests/fixtures/blocks/core__video.parsed.json b/test/integration/fixtures/blocks/core__video.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__video.parsed.json rename to test/integration/fixtures/blocks/core__video.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core__video.serialized.html b/test/integration/fixtures/blocks/core__video.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core__video.serialized.html rename to test/integration/fixtures/blocks/core__video.serialized.html diff --git a/packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.html b/test/integration/fixtures/blocks/core_buttons__simple__deprecated.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.html rename to test/integration/fixtures/blocks/core_buttons__simple__deprecated.html diff --git a/packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.json b/test/integration/fixtures/blocks/core_buttons__simple__deprecated.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.json rename to test/integration/fixtures/blocks/core_buttons__simple__deprecated.json diff --git a/packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.parsed.json b/test/integration/fixtures/blocks/core_buttons__simple__deprecated.parsed.json similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.parsed.json rename to test/integration/fixtures/blocks/core_buttons__simple__deprecated.parsed.json diff --git a/packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.serialized.html b/test/integration/fixtures/blocks/core_buttons__simple__deprecated.serialized.html similarity index 100% rename from packages/e2e-tests/fixtures/blocks/core_buttons__simple__deprecated.serialized.html rename to test/integration/fixtures/blocks/core_buttons__simple__deprecated.serialized.html diff --git a/packages/e2e-tests/fixtures/index.js b/test/integration/fixtures/index.js similarity index 100% rename from packages/e2e-tests/fixtures/index.js rename to test/integration/fixtures/index.js diff --git a/packages/e2e-tests/fixtures/utils.js b/test/integration/fixtures/utils.js similarity index 100% rename from packages/e2e-tests/fixtures/utils.js rename to test/integration/fixtures/utils.js diff --git a/test/integration/full-content/full-content.test.js b/test/integration/full-content/full-content.test.js index 12957f251fe538..8840a6f88060df 100644 --- a/test/integration/full-content/full-content.test.js +++ b/test/integration/full-content/full-content.test.js @@ -20,7 +20,10 @@ import { __experimentalRegisterExperimentalCoreBlocks, } from '@wordpress/block-library'; import prettierConfig from '@wordpress/prettier-config'; -//eslint-disable-next-line no-restricted-syntax + +/** + * Internal dependencies + */ import { blockNameToFixtureBasename, getAvailableBlockFixturesBasenames, @@ -31,7 +34,7 @@ import { writeBlockFixtureParsedJSON, writeBlockFixtureJSON, writeBlockFixtureSerializedHTML, -} from '@wordpress/e2e-tests/fixtures'; +} from '../fixtures'; const blockBasenames = getAvailableBlockFixturesBasenames(); From 004280b3822532c6c0a750fed8ee163f9e595dd3 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Fri, 16 Jul 2021 13:34:51 +0200 Subject: [PATCH 3/3] Format all test block fixtures --- package.json | 4 ++-- .../core__4-invalid-starting-letter.parsed.json | 4 +--- ...re__button__border_radius__deprecated.parsed.json | 4 +--- .../fixtures/blocks/core__column.parsed.json | 8 ++------ .../blocks/core__column__deprecated-1.parsed.json | 8 ++------ .../blocks/core__cover__deprecated-6.parsed.json | 12 +++--------- .../fixtures/blocks/core__gallery-with-caption.json | 5 +---- .../blocks/core__gallery-with-caption.parsed.json | 5 +---- test/integration/fixtures/blocks/core__gallery.json | 5 +---- .../fixtures/blocks/core__gallery.parsed.json | 5 +---- .../fixtures/blocks/core__gallery__columns.json | 5 +---- .../blocks/core__gallery__columns.parsed.json | 5 +---- .../fixtures/blocks/core__gallery__deprecated-3.json | 5 +---- .../blocks/core__gallery__deprecated-3.parsed.json | 5 +---- .../fixtures/blocks/core__gallery__deprecated-4.json | 6 +----- .../blocks/core__gallery__deprecated-4.parsed.json | 6 +----- .../fixtures/blocks/core__gallery__deprecated-5.json | 6 +----- .../blocks/core__gallery__deprecated-5.parsed.json | 6 +----- .../fixtures/blocks/core__group.parsed.json | 8 ++------ .../blocks/core__group__deprecated-2.parsed.json | 4 +--- ...re__group__deprecated-inner-container.parsed.json | 8 ++------ .../blocks/core__group__deprecated.parsed.json | 4 +--- .../blocks/core__heading__deprecated-2.parsed.json | 4 +--- .../blocks/core__heading__deprecated-3.parsed.json | 4 +--- .../fixtures/blocks/core__heading__h4-em.parsed.json | 4 +--- .../blocks/core__invalid-Capitals.parsed.json | 4 +--- .../blocks/core__invalid-special.parsed.json | 4 +--- .../fixtures/blocks/core__more.parsed.json | 4 +--- .../core__more__custom-text-teaser.parsed.json | 4 +--- .../blocks/core__navigation-link.parsed.json | 4 +--- .../fixtures/blocks/core__navigation.parsed.json | 4 +--- .../blocks/core__navigation__deprecated.parsed.json | 6 +----- .../fixtures/blocks/core__nextpage.parsed.json | 4 +--- .../blocks/core__paragraph__deprecated.parsed.json | 4 +--- .../fixtures/blocks/core__post-comment.parsed.json | 4 +--- .../fixtures/blocks/core__query.parsed.json | 4 +--- .../fixtures/blocks/core__separator.parsed.json | 4 +--- .../fixtures/blocks/core__shortcode.parsed.json | 4 +--- test/integration/fixtures/utils.js | 3 ++- 39 files changed, 47 insertions(+), 150 deletions(-) diff --git a/package.json b/package.json index 353062288db8c2..2df8cc74c66bd4 100644 --- a/package.json +++ b/package.json @@ -234,8 +234,8 @@ "dev:packages": "node ./bin/packages/watch.js", "distclean": "rimraf node_modules packages/*/node_modules", "docs:build": "node ./docs/tool/index.js && node ./bin/api-docs/update-api-docs.js", - "fixtures:clean": "rimraf \"packages/e2e-tests/fixtures/blocks/*.+(json|serialized.html)\"", - "fixtures:generate": "cross-env GENERATE_MISSING_FIXTURES=y npm run test-unit", + "fixtures:clean": "rimraf \"test/integration/fixtures/blocks/*.+(json|serialized.html)\"", + "fixtures:generate": "cross-env GENERATE_MISSING_FIXTURES=y npm run test-unit test/integration/full-content/ && npm run format test/integration/fixtures/blocks/*.json", "fixtures:regenerate": "npm run fixtures:clean && npm run fixtures:generate", "format": "wp-scripts format", "format-js": "wp-scripts format-js", diff --git a/test/integration/fixtures/blocks/core__4-invalid-starting-letter.parsed.json b/test/integration/fixtures/blocks/core__4-invalid-starting-letter.parsed.json index 14e38ea975025e..b12b57531b5719 100644 --- a/test/integration/fixtures/blocks/core__4-invalid-starting-letter.parsed.json +++ b/test/integration/fixtures/blocks/core__4-invalid-starting-letter.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "", - "innerContent": [ - "" - ] + "innerContent": [ "" ] } ] diff --git a/test/integration/fixtures/blocks/core__button__border_radius__deprecated.parsed.json b/test/integration/fixtures/blocks/core__button__border_radius__deprecated.parsed.json index bedc88e1f7eff9..952ca954b416c6 100644 --- a/test/integration/fixtures/blocks/core__button__border_radius__deprecated.parsed.json +++ b/test/integration/fixtures/blocks/core__button__border_radius__deprecated.parsed.json @@ -15,8 +15,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "", - "innerContent": [ - "" - ] + "innerContent": [ "" ] } ] diff --git a/test/integration/fixtures/blocks/core__column.parsed.json b/test/integration/fixtures/blocks/core__column.parsed.json index 4fda1061d4f22a..78418316dfabc0 100644 --- a/test/integration/fixtures/blocks/core__column.parsed.json +++ b/test/integration/fixtures/blocks/core__column.parsed.json @@ -8,18 +8,14 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t

Column One, Paragraph One

\n\t", - "innerContent": [ - "\n\t

Column One, Paragraph One

\n\t" - ] + "innerContent": [ "\n\t

Column One, Paragraph One

\n\t" ] }, { "blockName": "core/paragraph", "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t

Column One, Paragraph Two

\n\t", - "innerContent": [ - "\n\t

Column One, Paragraph Two

\n\t" - ] + "innerContent": [ "\n\t

Column One, Paragraph Two

\n\t" ] } ], "innerHTML": "\n
\n\t\n\t\n
\n", diff --git a/test/integration/fixtures/blocks/core__column__deprecated-1.parsed.json b/test/integration/fixtures/blocks/core__column__deprecated-1.parsed.json index 192c195d02ee97..9629f7396395ff 100644 --- a/test/integration/fixtures/blocks/core__column__deprecated-1.parsed.json +++ b/test/integration/fixtures/blocks/core__column__deprecated-1.parsed.json @@ -10,18 +10,14 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t

Column One, Paragraph One

\n\t", - "innerContent": [ - "\n\t

Column One, Paragraph One

\n\t" - ] + "innerContent": [ "\n\t

Column One, Paragraph One

\n\t" ] }, { "blockName": "core/paragraph", "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t

Column One, Paragraph Two

\n\t", - "innerContent": [ - "\n\t

Column One, Paragraph Two

\n\t" - ] + "innerContent": [ "\n\t

Column One, Paragraph Two

\n\t" ] } ], "innerHTML": "\n
\n\t\n\t\n
\n", diff --git a/test/integration/fixtures/blocks/core__cover__deprecated-6.parsed.json b/test/integration/fixtures/blocks/core__cover__deprecated-6.parsed.json index 6862f8f54bacbd..4bd1dffccd83f8 100644 --- a/test/integration/fixtures/blocks/core__cover__deprecated-6.parsed.json +++ b/test/integration/fixtures/blocks/core__cover__deprecated-6.parsed.json @@ -32,9 +32,7 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n", - "innerContent": [ - "\n" - ] + "innerContent": [ "\n" ] }, { "blockName": "core/cover", @@ -56,9 +54,7 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t\t

\n\t\t", - "innerContent": [ - "\n\t\t

\n\t\t" - ] + "innerContent": [ "\n\t\t

\n\t\t" ] } ], "innerHTML": "\n\n\t
\n\t\t\n\t
\n\n", @@ -73,9 +69,7 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n", - "innerContent": [ - "\n" - ] + "innerContent": [ "\n" ] }, { "blockName": "core/cover", diff --git a/test/integration/fixtures/blocks/core__gallery-with-caption.json b/test/integration/fixtures/blocks/core__gallery-with-caption.json index 8945e3af06b5f5..9780feb5bce791 100644 --- a/test/integration/fixtures/blocks/core__gallery-with-caption.json +++ b/test/integration/fixtures/blocks/core__gallery-with-caption.json @@ -16,10 +16,7 @@ "caption": "" } ], - "ids": [ - null, - null - ], + "ids": [ null, null ], "caption": "Gallery caption.", "imageCrop": true, "linkTo": "none", diff --git a/test/integration/fixtures/blocks/core__gallery-with-caption.parsed.json b/test/integration/fixtures/blocks/core__gallery-with-caption.parsed.json index e68cbd0947bfe5..8060435a4fdc6f 100644 --- a/test/integration/fixtures/blocks/core__gallery-with-caption.parsed.json +++ b/test/integration/fixtures/blocks/core__gallery-with-caption.parsed.json @@ -2,10 +2,7 @@ { "blockName": "core/gallery", "attrs": { - "ids": [ - null, - null - ] + "ids": [ null, null ] }, "innerBlocks": [], "innerHTML": "\n\n", diff --git a/test/integration/fixtures/blocks/core__gallery.json b/test/integration/fixtures/blocks/core__gallery.json index 28e0cf180b2e9f..35cade362ceb90 100644 --- a/test/integration/fixtures/blocks/core__gallery.json +++ b/test/integration/fixtures/blocks/core__gallery.json @@ -16,10 +16,7 @@ "caption": "" } ], - "ids": [ - null, - null - ], + "ids": [ null, null ], "caption": "", "imageCrop": true, "linkTo": "none", diff --git a/test/integration/fixtures/blocks/core__gallery.parsed.json b/test/integration/fixtures/blocks/core__gallery.parsed.json index 1c96e43adbe480..c75387eef15d54 100644 --- a/test/integration/fixtures/blocks/core__gallery.parsed.json +++ b/test/integration/fixtures/blocks/core__gallery.parsed.json @@ -2,10 +2,7 @@ { "blockName": "core/gallery", "attrs": { - "ids": [ - null, - null - ] + "ids": [ null, null ] }, "innerBlocks": [], "innerHTML": "\n\n", diff --git a/test/integration/fixtures/blocks/core__gallery__columns.json b/test/integration/fixtures/blocks/core__gallery__columns.json index ddd234f41e2124..f1c3a654adf9df 100644 --- a/test/integration/fixtures/blocks/core__gallery__columns.json +++ b/test/integration/fixtures/blocks/core__gallery__columns.json @@ -16,10 +16,7 @@ "caption": "" } ], - "ids": [ - null, - null - ], + "ids": [ null, null ], "columns": 1, "caption": "", "imageCrop": true, diff --git a/test/integration/fixtures/blocks/core__gallery__columns.parsed.json b/test/integration/fixtures/blocks/core__gallery__columns.parsed.json index e4d189980e999a..933c6f6f11275c 100644 --- a/test/integration/fixtures/blocks/core__gallery__columns.parsed.json +++ b/test/integration/fixtures/blocks/core__gallery__columns.parsed.json @@ -2,10 +2,7 @@ { "blockName": "core/gallery", "attrs": { - "ids": [ - null, - null - ], + "ids": [ null, null ], "columns": 1 }, "innerBlocks": [], diff --git a/test/integration/fixtures/blocks/core__gallery__deprecated-3.json b/test/integration/fixtures/blocks/core__gallery__deprecated-3.json index 23b9599186e6da..81357c8b33aa01 100644 --- a/test/integration/fixtures/blocks/core__gallery__deprecated-3.json +++ b/test/integration/fixtures/blocks/core__gallery__deprecated-3.json @@ -16,10 +16,7 @@ "caption": [] } ], - "ids": [ - null, - null - ], + "ids": [ null, null ], "imageCrop": true, "linkTo": "none", "align": "wide" diff --git a/test/integration/fixtures/blocks/core__gallery__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-3.parsed.json index 94a8c5a34d7f49..cd2e7f566e8f68 100644 --- a/test/integration/fixtures/blocks/core__gallery__deprecated-3.parsed.json +++ b/test/integration/fixtures/blocks/core__gallery__deprecated-3.parsed.json @@ -2,10 +2,7 @@ { "blockName": "core/gallery", "attrs": { - "ids": [ - null, - null - ], + "ids": [ null, null ], "align": "wide" }, "innerBlocks": [], diff --git a/test/integration/fixtures/blocks/core__gallery__deprecated-4.json b/test/integration/fixtures/blocks/core__gallery__deprecated-4.json index bce27e50619363..d62d125dc2ea6a 100644 --- a/test/integration/fixtures/blocks/core__gallery__deprecated-4.json +++ b/test/integration/fixtures/blocks/core__gallery__deprecated-4.json @@ -24,11 +24,7 @@ "caption": "" } ], - "ids": [ - 1421, - 1440, - 1362 - ], + "ids": [ 1421, 1440, 1362 ], "caption": "", "imageCrop": true, "linkTo": "none", diff --git a/test/integration/fixtures/blocks/core__gallery__deprecated-4.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-4.parsed.json index 786fdb198fea1e..400694eae53703 100644 --- a/test/integration/fixtures/blocks/core__gallery__deprecated-4.parsed.json +++ b/test/integration/fixtures/blocks/core__gallery__deprecated-4.parsed.json @@ -2,11 +2,7 @@ { "blockName": "core/gallery", "attrs": { - "ids": [ - "1421", - "1440", - "1362" - ], + "ids": [ "1421", "1440", "1362" ], "align": "wide" }, "innerBlocks": [], diff --git a/test/integration/fixtures/blocks/core__gallery__deprecated-5.json b/test/integration/fixtures/blocks/core__gallery__deprecated-5.json index 03fcf5645c360b..66d6c1d8ac0216 100644 --- a/test/integration/fixtures/blocks/core__gallery__deprecated-5.json +++ b/test/integration/fixtures/blocks/core__gallery__deprecated-5.json @@ -30,11 +30,7 @@ "caption": "" } ], - "ids": [ - 705, - 704, - 703 - ], + "ids": [ 705, 704, 703 ], "caption": "", "imageCrop": true, "linkTo": "file", diff --git a/test/integration/fixtures/blocks/core__gallery__deprecated-5.parsed.json b/test/integration/fixtures/blocks/core__gallery__deprecated-5.parsed.json index 05784d50dd1068..848bfa7860c538 100644 --- a/test/integration/fixtures/blocks/core__gallery__deprecated-5.parsed.json +++ b/test/integration/fixtures/blocks/core__gallery__deprecated-5.parsed.json @@ -2,11 +2,7 @@ { "blockName": "core/gallery", "attrs": { - "ids": [ - 705, - 704, - 703 - ], + "ids": [ 705, 704, 703 ], "linkTo": "media" }, "innerBlocks": [], diff --git a/test/integration/fixtures/blocks/core__group.parsed.json b/test/integration/fixtures/blocks/core__group.parsed.json index af103da9f56ccc..fcfcf54234c0fb 100644 --- a/test/integration/fixtures/blocks/core__group.parsed.json +++ b/test/integration/fixtures/blocks/core__group.parsed.json @@ -11,18 +11,14 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n

This is a group block.

\n", - "innerContent": [ - "\n

This is a group block.

\n" - ] + "innerContent": [ "\n

This is a group block.

\n" ] }, { "blockName": "core/paragraph", "attrs": {}, "innerBlocks": [], "innerHTML": "\n

Group block content.

\n", - "innerContent": [ - "\n

Group block content.

\n" - ] + "innerContent": [ "\n

Group block content.

\n" ] } ], "innerHTML": "\n
\n\n
\n", diff --git a/test/integration/fixtures/blocks/core__group__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__group__deprecated-2.parsed.json index 329c679b8430ca..1e3bf8f207485e 100644 --- a/test/integration/fixtures/blocks/core__group__deprecated-2.parsed.json +++ b/test/integration/fixtures/blocks/core__group__deprecated-2.parsed.json @@ -10,9 +10,7 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t\t

My paragraph

\n\t\t", - "innerContent": [ - "\n\t\t

My paragraph

\n\t\t" - ] + "innerContent": [ "\n\t\t

My paragraph

\n\t\t" ] } ], "innerHTML": "\n
\n\t
\n\t\t\n\t
\n
\n", diff --git a/test/integration/fixtures/blocks/core__group__deprecated-inner-container.parsed.json b/test/integration/fixtures/blocks/core__group__deprecated-inner-container.parsed.json index f8927774bfe376..891ccf94a843ee 100644 --- a/test/integration/fixtures/blocks/core__group__deprecated-inner-container.parsed.json +++ b/test/integration/fixtures/blocks/core__group__deprecated-inner-container.parsed.json @@ -11,18 +11,14 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t\t

This is a group block.

\n\t\t", - "innerContent": [ - "\n\t\t

This is a group block.

\n\t\t" - ] + "innerContent": [ "\n\t\t

This is a group block.

\n\t\t" ] }, { "blockName": "core/paragraph", "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t\t

Group block content.

\n\t\t", - "innerContent": [ - "\n\t\t

Group block content.

\n\t\t" - ] + "innerContent": [ "\n\t\t

Group block content.

\n\t\t" ] } ], "innerHTML": "\n
\n\t
\n\t\t\n\n\t\t\n\t
\n
\n", diff --git a/test/integration/fixtures/blocks/core__group__deprecated.parsed.json b/test/integration/fixtures/blocks/core__group__deprecated.parsed.json index 041563cab7f365..f042f5f66fed7d 100644 --- a/test/integration/fixtures/blocks/core__group__deprecated.parsed.json +++ b/test/integration/fixtures/blocks/core__group__deprecated.parsed.json @@ -11,9 +11,7 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\t

test

\n\t", - "innerContent": [ - "\n\t

test

\n\t" - ] + "innerContent": [ "\n\t

test

\n\t" ] } ], "innerHTML": "\n
\n\t\n
\n", diff --git a/test/integration/fixtures/blocks/core__heading__deprecated-2.parsed.json b/test/integration/fixtures/blocks/core__heading__deprecated-2.parsed.json index 87449993c1e3bc..b0faecdaa0dcd9 100644 --- a/test/integration/fixtures/blocks/core__heading__deprecated-2.parsed.json +++ b/test/integration/fixtures/blocks/core__heading__deprecated-2.parsed.json @@ -6,8 +6,6 @@ }, "innerBlocks": [], "innerHTML": "\n

text

\n", - "innerContent": [ - "\n

text

\n" - ] + "innerContent": [ "\n

text

\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__heading__deprecated-3.parsed.json b/test/integration/fixtures/blocks/core__heading__deprecated-3.parsed.json index 5ac9cb4560b1b8..00a7727e88b9e7 100644 --- a/test/integration/fixtures/blocks/core__heading__deprecated-3.parsed.json +++ b/test/integration/fixtures/blocks/core__heading__deprecated-3.parsed.json @@ -6,8 +6,6 @@ }, "innerBlocks": [], "innerHTML": "\n

Text

\n", - "innerContent": [ - "\n

Text

\n" - ] + "innerContent": [ "\n

Text

\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__heading__h4-em.parsed.json b/test/integration/fixtures/blocks/core__heading__h4-em.parsed.json index 40d3cfb0b973e3..283fd532b3fd2f 100644 --- a/test/integration/fixtures/blocks/core__heading__h4-em.parsed.json +++ b/test/integration/fixtures/blocks/core__heading__h4-em.parsed.json @@ -6,8 +6,6 @@ }, "innerBlocks": [], "innerHTML": "\n

The Inserter Tool

\n", - "innerContent": [ - "\n

The Inserter Tool

\n" - ] + "innerContent": [ "\n

The Inserter Tool

\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__invalid-Capitals.parsed.json b/test/integration/fixtures/blocks/core__invalid-Capitals.parsed.json index a15c75e53ce694..ff85cad2ae20a2 100644 --- a/test/integration/fixtures/blocks/core__invalid-Capitals.parsed.json +++ b/test/integration/fixtures/blocks/core__invalid-Capitals.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "", - "innerContent": [ - "" - ] + "innerContent": [ "" ] } ] diff --git a/test/integration/fixtures/blocks/core__invalid-special.parsed.json b/test/integration/fixtures/blocks/core__invalid-special.parsed.json index e5d73613389a88..ae3dc3c1eb4d65 100644 --- a/test/integration/fixtures/blocks/core__invalid-special.parsed.json +++ b/test/integration/fixtures/blocks/core__invalid-special.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "", - "innerContent": [ - "" - ] + "innerContent": [ "" ] } ] diff --git a/test/integration/fixtures/blocks/core__more.parsed.json b/test/integration/fixtures/blocks/core__more.parsed.json index bba82855f4bc88..c2dbfa4edeaaf0 100644 --- a/test/integration/fixtures/blocks/core__more.parsed.json +++ b/test/integration/fixtures/blocks/core__more.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\n", - "innerContent": [ - "\n\n" - ] + "innerContent": [ "\n\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__more__custom-text-teaser.parsed.json b/test/integration/fixtures/blocks/core__more__custom-text-teaser.parsed.json index fafcff7daac3f1..bc1d69bda253fb 100644 --- a/test/integration/fixtures/blocks/core__more__custom-text-teaser.parsed.json +++ b/test/integration/fixtures/blocks/core__more__custom-text-teaser.parsed.json @@ -7,8 +7,6 @@ }, "innerBlocks": [], "innerHTML": "\n\n\n", - "innerContent": [ - "\n\n\n" - ] + "innerContent": [ "\n\n\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__navigation-link.parsed.json b/test/integration/fixtures/blocks/core__navigation-link.parsed.json index dc036b340ae6ed..c8d4d4d1e45c21 100644 --- a/test/integration/fixtures/blocks/core__navigation-link.parsed.json +++ b/test/integration/fixtures/blocks/core__navigation-link.parsed.json @@ -7,8 +7,6 @@ }, "innerBlocks": [], "innerHTML": "\n", - "innerContent": [ - "\n" - ] + "innerContent": [ "\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__navigation.parsed.json b/test/integration/fixtures/blocks/core__navigation.parsed.json index 653a638078578c..2a35bc11cb0e3f 100644 --- a/test/integration/fixtures/blocks/core__navigation.parsed.json +++ b/test/integration/fixtures/blocks/core__navigation.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n", - "innerContent": [ - "\n" - ] + "innerContent": [ "\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__navigation__deprecated.parsed.json b/test/integration/fixtures/blocks/core__navigation__deprecated.parsed.json index ebf57f6d9fa3b1..d1ad62b2a4987c 100644 --- a/test/integration/fixtures/blocks/core__navigation__deprecated.parsed.json +++ b/test/integration/fixtures/blocks/core__navigation__deprecated.parsed.json @@ -25,10 +25,6 @@ } ], "innerHTML": "\n\n", - "innerContent": [ - "\n", - null, - "\n" - ] + "innerContent": [ "\n", null, "\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__nextpage.parsed.json b/test/integration/fixtures/blocks/core__nextpage.parsed.json index 70950ae7147600..36d61b96fedcd6 100644 --- a/test/integration/fixtures/blocks/core__nextpage.parsed.json +++ b/test/integration/fixtures/blocks/core__nextpage.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n\n", - "innerContent": [ - "\n\n" - ] + "innerContent": [ "\n\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__paragraph__deprecated.parsed.json b/test/integration/fixtures/blocks/core__paragraph__deprecated.parsed.json index 1bdf8450dd318f..c52dc11295a03b 100644 --- a/test/integration/fixtures/blocks/core__paragraph__deprecated.parsed.json +++ b/test/integration/fixtures/blocks/core__paragraph__deprecated.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\nUnwrapped is still valid.\n", - "innerContent": [ - "\nUnwrapped is still valid.\n" - ] + "innerContent": [ "\nUnwrapped is still valid.\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__post-comment.parsed.json b/test/integration/fixtures/blocks/core__post-comment.parsed.json index 43f665612842fb..69abe53061e12d 100644 --- a/test/integration/fixtures/blocks/core__post-comment.parsed.json +++ b/test/integration/fixtures/blocks/core__post-comment.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n
\n", - "innerContent": [ - "\n
\n" - ] + "innerContent": [ "\n
\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__query.parsed.json b/test/integration/fixtures/blocks/core__query.parsed.json index a5700a3adad69d..45aeeaeb97fa9c 100644 --- a/test/integration/fixtures/blocks/core__query.parsed.json +++ b/test/integration/fixtures/blocks/core__query.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n
\n", - "innerContent": [ - "\n
\n" - ] + "innerContent": [ "\n
\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__separator.parsed.json b/test/integration/fixtures/blocks/core__separator.parsed.json index 4e87b9abf76a04..e390a6c511002c 100644 --- a/test/integration/fixtures/blocks/core__separator.parsed.json +++ b/test/integration/fixtures/blocks/core__separator.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n
\n", - "innerContent": [ - "\n
\n" - ] + "innerContent": [ "\n
\n" ] } ] diff --git a/test/integration/fixtures/blocks/core__shortcode.parsed.json b/test/integration/fixtures/blocks/core__shortcode.parsed.json index 07100b169f943d..793d18fdf1ce5c 100644 --- a/test/integration/fixtures/blocks/core__shortcode.parsed.json +++ b/test/integration/fixtures/blocks/core__shortcode.parsed.json @@ -4,8 +4,6 @@ "attrs": {}, "innerBlocks": [], "innerHTML": "\n[gallery ids=\"238,338\"]\n", - "innerContent": [ - "\n[gallery ids=\"238,338\"]\n" - ] + "innerContent": [ "\n[gallery ids=\"238,338\"]\n" ] } ] diff --git a/test/integration/fixtures/utils.js b/test/integration/fixtures/utils.js index ab29623e58c7d4..afbe494c3dad17 100644 --- a/test/integration/fixtures/utils.js +++ b/test/integration/fixtures/utils.js @@ -16,7 +16,8 @@ function readFixtureFile( fixturesDir, filename ) { } function writeFixtureFile( fixturesDir, filename, content ) { - fs.writeFileSync( path.join( fixturesDir, filename ), content ); + const file = path.join( fixturesDir, filename ); + fs.writeFileSync( file, content ); } export function blockNameToFixtureBasename( blockName ) {