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

Commit

Permalink
disable translations test for the Checkout block (#7776)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux authored Nov 29, 2022
1 parent 1f587b6 commit 76e615b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/specs/shopper/cart-checkout/translations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ describe( 'Shopper → Cart & Checkout → Translations', () => {
await expect( orderSummary ).toMatch( 'Totaal' );
} );

it( 'User can view translated Checkout block', async () => {
// The translation of WooCommerce Core is taking over translations of WC Blocks. We have to fix this issue https://github.com/woocommerce/woocommerce-blocks/issues/7775 before we can enable this test.
it.skip( 'User can view translated Checkout block', async () => {
await shopper.block.goToCheckout();

const contactHeading = await page.$(
Expand Down

0 comments on commit 76e615b

Please sign in to comment.