From 5c72cfdb4d5880dd5c841aa0a1a92ee21f54a0b6 Mon Sep 17 00:00:00 2001 From: Roy Ho Date: Wed, 5 Jul 2023 06:16:36 -0700 Subject: [PATCH] Update/fixtures html (https://github.com/woocommerce/woocommerce-blocks/pull/10080) * Remove data attributes from fixture for active filters * Remove data attributes from fixture for filter by price * Remove data attributes from fixture for filter by attribute * Remove data attributes from fixture for filter by stock --- .../e2e/specs/backend/__fixtures__/active-filters.fixture.json | 2 +- .../__fixtures__/filter-products-by-attribute.fixture.json | 2 +- .../backend/__fixtures__/filter-products-by-price.fixture.json | 2 +- .../backend/__fixtures__/filter-products-by-stock.fixture.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/active-filters.fixture.json b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/active-filters.fixture.json index a07cc1b7a8a..157c101e084 100644 --- a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/active-filters.fixture.json +++ b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/active-filters.fixture.json @@ -1 +1 @@ -{"title":"Active Filters Block","pageContent":"

Active filters

"} +{"title":"Active Filters Block","pageContent":"

Active filters

"} diff --git a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-attribute.fixture.json b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-attribute.fixture.json index 8a80d46777b..c76aec7acfb 100644 --- a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-attribute.fixture.json +++ b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-attribute.fixture.json @@ -1 +1 @@ -{"title":"Filter by Attribute Block","pageContent":"

Filter by Capacity

\n
\n"} +{"title":"Filter by Attribute Block","pageContent":"

Filter by Capacity

\n
\n"} diff --git a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-price.fixture.json b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-price.fixture.json index 8a837d3b968..084ef7e90b5 100644 --- a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-price.fixture.json +++ b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-price.fixture.json @@ -1 +1 @@ -{"title":"Filter by Price Block","pageContent":"

Filter by price

"} +{"title":"Filter by Price Block","pageContent":"

Filter by price

"} diff --git a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-stock.fixture.json b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-stock.fixture.json index bbdab9df40a..9f368f8b160 100644 --- a/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-stock.fixture.json +++ b/plugins/woocommerce-blocks/tests/e2e/specs/backend/__fixtures__/filter-products-by-stock.fixture.json @@ -1 +1 @@ -{"title":"Filter Products by Stock Block","pageContent":"

Filter by stock status

"} +{"title":"Filter Products by Stock Block","pageContent":"

Filter by stock status

"}