diff --git a/tests/e2e/specs/shopper/active-filters.test.ts b/tests/e2e/specs/shopper/active-filters.test.ts index fdecf137e74..288d1dc99ba 100644 --- a/tests/e2e/specs/shopper/active-filters.test.ts +++ b/tests/e2e/specs/shopper/active-filters.test.ts @@ -65,7 +65,7 @@ const insertBlocks = async () => { await insertBlock( 'Filter by Price' ); await insertBlock( 'Filter by Stock' ); await insertBlock( 'Filter by Attribute' ); - await insertBlockDontWaitForInsertClose( 'Woocommerce Product Grid Block' ); + await insertBlockDontWaitForInsertClose( 'WooCommerce Product Grid Block' ); await insertBlock( block.name ); }; diff --git a/tests/e2e/specs/shopper/filter-products-by-attribute.test.ts b/tests/e2e/specs/shopper/filter-products-by-attribute.test.ts index c6dd1ef7930..c7e96455ff9 100644 --- a/tests/e2e/specs/shopper/filter-products-by-attribute.test.ts +++ b/tests/e2e/specs/shopper/filter-products-by-attribute.test.ts @@ -127,7 +127,7 @@ describe( `${ block.name } Block`, () => { } ); await insertFilterByAttributeBlock(); await insertBlockDontWaitForInsertClose( - 'Woocommerce Product Grid Block' + 'WooCommerce Product Grid Block' ); await saveTemplate(); } ); diff --git a/tests/e2e/specs/shopper/filter-products-by-rating.test.ts b/tests/e2e/specs/shopper/filter-products-by-rating.test.ts index 23555e74156..14f061eb10f 100644 --- a/tests/e2e/specs/shopper/filter-products-by-rating.test.ts +++ b/tests/e2e/specs/shopper/filter-products-by-rating.test.ts @@ -107,7 +107,7 @@ describe( `${ block.name } Block`, () => { } ); await insertBlock( block.name ); await insertBlockDontWaitForInsertClose( - 'Woocommerce Product Grid Block' + 'WooCommerce Product Grid Block' ); await saveTemplate(); await goToShopPage();