diff --git a/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js b/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js index e5b1bf1e0ad..8d8b9588d29 100644 --- a/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js +++ b/tests/e2e/core-tests/specs/shopper/front-end-checkout.test.js @@ -82,7 +82,6 @@ const runCheckoutPageTest = () => { await shopper.goToCheckout(); await shopper.productIsInCheckout(simpleProductName, `2`, twoProductPrice, twoProductPrice); - await expect(page).toClick('.wc_payment_method label', {text: 'PayPal'}); await expect(page).toClick('.wc_payment_method label', {text: 'Direct bank transfer'}); await expect(page).toClick('.wc_payment_method label', {text: 'Cash on delivery'}); });