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

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Jan 23, 2023
1 parent 753370e commit a8e6e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/specs/backend/catalog-sorting.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/shopper/filter-products-by-attribute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe( `${ block.name } Block`, () => {
} );
} );

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

Expand Down Expand Up @@ -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,
} );
Expand Down

0 comments on commit a8e6e29

Please sign in to comment.