From fbc870de2e239c2261e4e09655b55e4a4413b00f Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:24:29 +0100 Subject: [PATCH] fix: adjusted oneclick test for SFRA5 --- tests/playwright/fixtures/USD.spec.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playwright/fixtures/USD.spec.mjs b/tests/playwright/fixtures/USD.spec.mjs index 963a860aa..124a479d6 100644 --- a/tests/playwright/fixtures/USD.spec.mjs +++ b/tests/playwright/fixtures/USD.spec.mjs @@ -206,7 +206,6 @@ for (const environment of environments) { await cards.doCardPaymentOneclick(cardData.coBrandedBCMC); await checkoutPage.completeCheckoutLoggedInUser(); - await cards.do3Ds1Verification(); await checkoutPage.expectSuccess(); }); });