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 Nov 29, 2022
1 parent b1d9fc8 commit c02df57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/specs/shopper/cart-checkout/translations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ( process.env.WOOCOMMERCE_BLOCKS_PHASE < 2 ) {
test.only( 'Skipping Cart & Checkout tests', () => {} );
}

describe.skip( 'Shopper → Cart & Checkout → Translations', () => {
describe( 'Shopper → Cart & Checkout → Translations', () => {
beforeAll( async () => {
await merchant.changeLanguage( 'nl_NL' );
} );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ import {

describe( `${ block.name } Block`, () => {
useTheme( 'emptytheme' );
beforeAll( async () => {
await deleteAllTemplates( 'wp_template' );
await deleteAllTemplates( 'wp_template_part' );
} );

afterAll( async () => {
await deleteAllTemplates( 'wp_template' );
await deleteAllTemplates( 'wp_template_part' );
Expand Down Expand Up @@ -104,11 +99,6 @@ describe( `${ block.name } Block`, () => {
} );
} );

afterAll( async () => {
await deleteAllTemplates( 'wp_template' );
await deleteAllTemplates( 'wp_template_part' );
} );

it( 'should render the same products', async () => {
const classicProducts = await getClassicProductsListName();
const products = await getProductQueryProductsListName();
Expand Down

0 comments on commit c02df57

Please sign in to comment.