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

Commit a8e6e29

Browse files
committed
try now
1 parent 753370e commit a8e6e29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/e2e/specs/backend/catalog-sorting.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
createNewPost,
77
insertBlock,
88
switchUserToAdmin,
9+
searchForBlock,
910
} from '@wordpress/e2e-test-utils';
10-
import { searchForBlock } from '@wordpress/e2e-test-utils/build/inserter';
1111

1212
/**
1313
* Internal dependencies

tests/e2e/specs/shopper/filter-products-by-attribute.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe( `${ block.name } Block`, () => {
112112
} );
113113
} );
114114

115-
fdescribe( 'with PHP classic template', () => {
115+
describe( 'with PHP classic template', () => {
116116
const productCatalogTemplateId =
117117
'woocommerce/woocommerce//archive-product';
118118

@@ -185,7 +185,7 @@ describe( `${ block.name } Block`, () => {
185185
);
186186
} );
187187

188-
fit( 'should refresh the page only if the user clicks on button', async () => {
188+
it( 'should refresh the page only if the user clicks on button', async () => {
189189
await goToTemplateEditor( {
190190
postId: productCatalogTemplateId,
191191
} );

0 commit comments

Comments
 (0)