From adbfbc21c1e5434c04ba62ad448a2559a7af0ab6 Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:20:01 +0200 Subject: [PATCH] chore: skipping the test for sfra5 --- tests/playwright/fixtures/countriesEUR/NL.spec.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });