diff --git a/test/integration/fixtures/blocks/core__separator-color.json b/test/integration/fixtures/blocks/core__separator-color.json deleted file mode 100644 index d53b7287428038..00000000000000 --- a/test/integration/fixtures/blocks/core__separator-color.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "name": "core/separator", - "isValid": true, - "attributes": { - "opacity": "alpha-channel", - "tagName": "hr", - "backgroundColor": "accent" - }, - "innerBlocks": [] - } -] diff --git a/test/integration/fixtures/blocks/core__separator-custom-color.json b/test/integration/fixtures/blocks/core__separator-custom-color.json deleted file mode 100644 index 444cf3cf9b19b4..00000000000000 --- a/test/integration/fixtures/blocks/core__separator-custom-color.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "name": "core/separator", - "isValid": true, - "attributes": { - "opacity": "alpha-channel", - "tagName": "hr", - "style": { - "color": { - "background": "#5da54c" - } - } - }, - "innerBlocks": [] - } -]