From 87a547626f4bf23400b11bcace1ffaf324b1d40c Mon Sep 17 00:00:00 2001 From: Luigi Date: Wed, 24 May 2023 16:22:16 +0200 Subject: [PATCH] Update tests --- tests/e2e/specs/shopper/active-filters.test.ts | 2 +- tests/e2e/specs/shopper/filter-products-by-attribute.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); } );