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(); }); });