diff --git a/tests/playwright/fixtures/countriesEUR/NL.spec.mjs b/tests/playwright/fixtures/countriesEUR/NL.spec.mjs index 95ed17dfc..de4db93c7 100644 --- a/tests/playwright/fixtures/countriesEUR/NL.spec.mjs +++ b/tests/playwright/fixtures/countriesEUR/NL.spec.mjs @@ -113,7 +113,7 @@ for (const environment of environments) { await checkoutPage.goToCheckoutPageWithFullCart(regionsEnum.EU, 1, paymentData.ClickToPay.email); await checkoutPage.setShopperDetails(shopperData.NL); if (environment.name.indexOf('v5') !== -1) { - await checkoutPage.setEmail(paymentData.ClickToPay.email); + test.skip(); }; await checkoutPage.expectClickToPay(); });