diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.json b/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.json index 7270825d5ea7e..7b9320632cc52 100644 --- a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.json +++ b/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.json @@ -2,9 +2,8 @@ { "clientId": "_clientId_0", "name": "core/quote", - "isValid": true, + "isValid": false, "attributes": { - "value": "
Testing deprecated quote block...
", "citation": "...with a caption", "align": "right" }, diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.serialized.html b/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.serialized.html index 08271ab418b33..ea7b81be52e9d 100644 --- a/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.serialized.html +++ b/packages/e2e-tests/fixtures/blocks/core__quote__deprecated-2.serialized.html @@ -1,3 +1,6 @@ -+Testing deprecated quote block...
...with a caption
+diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.html b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.html index d4ecdca350df1..ad3d70fb09879 100644 --- a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.html +++ b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.html @@ -1,3 +1,3 @@ -Testing deprecated quote block...
+ ...with a caption +
+There is no greater agony than bearing an untold story inside you.
Maya Angelou
diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.json b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.json index 300770c72c007..365cf3f95af74 100644 --- a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.json +++ b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.json @@ -4,11 +4,22 @@ "name": "core/quote", "isValid": true, "attributes": { - "value": "There is no greater agony than bearing an untold story inside you.
Maya Angelou
There is no greater agony than bearing an untold story inside you.
", "citation": "Maya Angelou", "className": "is-style-large" }, - "innerBlocks": [], - "originalContent": "" + "innerBlocks": [ + { + "clientId": "_clientId_0", + "name": "core/paragraph", + "isValid": true, + "attributes": { + "content": "There is no greater agony than bearing an untold story inside you.", + "dropCap": false + }, + "innerBlocks": [], + "originalContent": "There is no greater agony than bearing an untold story inside you.
Maya Angelou
There is no greater agony than bearing an untold story inside you.
" + } + ], + "originalContent": "Maya Angelou" } ] diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.parsed.json b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.parsed.json index 5543ac33cfd6c..37c3b5eacec59 100644 --- a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.parsed.json +++ b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.parsed.json @@ -4,10 +4,22 @@ "attrs": { "className": "is-style-large" }, - "innerBlocks": [], - "innerHTML": "\n
\n", + "innerBlocks": [ + { + "blockName": "core/paragraph", + "attrs": {}, + "innerBlocks": [], + "innerHTML": "There is no greater agony than bearing an untold story inside you.
Maya Angelou
There is no greater agony than bearing an untold story inside you.
", + "innerContent": [ + "There is no greater agony than bearing an untold story inside you.
" + ] + } + ], + "innerHTML": "\nMaya Angelou\n", "innerContent": [ - "\n
\n" + "\nThere is no greater agony than bearing an untold story inside you.
Maya Angelou
", + null, + "Maya Angelou\n" ] }, { diff --git a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.serialized.html b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.serialized.html index b257de24088e9..13c2762059ecf 100644 --- a/packages/e2e-tests/fixtures/blocks/core__quote__style-2.serialized.html +++ b/packages/e2e-tests/fixtures/blocks/core__quote__style-2.serialized.html @@ -1,3 +1,5 @@ -
+There is no greater agony than bearing an untold story inside you.
Maya Angelou
+There is no greater agony than bearing an untold story inside you.
+Maya Angelou