Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed May 24, 2023
1 parent da24c36 commit 87a5476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/specs/shopper/active-filters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe( `${ block.name } Block`, () => {
} );
await insertFilterByAttributeBlock();
await insertBlockDontWaitForInsertClose(
'Woocommerce Product Grid Block'
'WooCommerce Product Grid Block'
);
await saveTemplate();
} );
Expand Down

0 comments on commit 87a5476

Please sign in to comment.