Remove PayPal test since its removed by default now.

This commit is contained in:
vedanshujain 2021-06-17 15:11:42 +05:30
parent 532998b6e8
commit 8fbb86e096
1 changed files with 0 additions and 1 deletions

View File

@ -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'});
});