Remove PayPal test since its removed by default now.
This commit is contained in:
parent
532998b6e8
commit
8fbb86e096
|
@ -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'});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue