From 76e615be35a5d528295be334977da694a17a6424 Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Tue, 29 Nov 2022 12:16:30 +0100 Subject: [PATCH] disable translations test for the Checkout block (#7776) --- tests/e2e/specs/shopper/cart-checkout/translations.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/e2e/specs/shopper/cart-checkout/translations.test.js b/tests/e2e/specs/shopper/cart-checkout/translations.test.js index 89bda1def70..5d27839133e 100644 --- a/tests/e2e/specs/shopper/cart-checkout/translations.test.js +++ b/tests/e2e/specs/shopper/cart-checkout/translations.test.js @@ -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.$(