From 10765b562fe32049090d680253cfdb1aa44fbd8a Mon Sep 17 00:00:00 2001 From: Gulamdastgir Date: Mon, 3 Feb 2025 12:42:28 +0530 Subject: [PATCH] Remove separator color fixtures. --- .../fixtures/blocks/core__separator-color.json | 12 ------------ .../blocks/core__separator-custom-color.json | 16 ---------------- 2 files changed, 28 deletions(-) delete mode 100644 test/integration/fixtures/blocks/core__separator-color.json delete mode 100644 test/integration/fixtures/blocks/core__separator-custom-color.json 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": [] - } -]