diff --git a/tests/e2e/specs/backend/catalog-sorting.test.js b/tests/e2e/specs/backend/catalog-sorting.test.js index 7f2bbefb583..ed6edbf1076 100644 --- a/tests/e2e/specs/backend/catalog-sorting.test.js +++ b/tests/e2e/specs/backend/catalog-sorting.test.js @@ -6,8 +6,8 @@ import { createNewPost, insertBlock, switchUserToAdmin, + searchForBlock, } from '@wordpress/e2e-test-utils'; -import { searchForBlock } from '@wordpress/e2e-test-utils/build/inserter'; /** * Internal dependencies 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 5db754bfb43..2431491f3df 100644 --- a/tests/e2e/specs/shopper/filter-products-by-attribute.test.ts +++ b/tests/e2e/specs/shopper/filter-products-by-attribute.test.ts @@ -112,7 +112,7 @@ describe( `${ block.name } Block`, () => { } ); } ); - fdescribe( 'with PHP classic template', () => { + describe( 'with PHP classic template', () => { const productCatalogTemplateId = 'woocommerce/woocommerce//archive-product'; @@ -185,7 +185,7 @@ describe( `${ block.name } Block`, () => { ); } ); - fit( 'should refresh the page only if the user clicks on button', async () => { + it( 'should refresh the page only if the user clicks on button', async () => { await goToTemplateEditor( { postId: productCatalogTemplateId, } );