No need to check for Paypal standard since its removed.
See #29971 but basically we want to remove PayPal standard in favor of PayPal checkout which has better experience. So this test is not valid anymore.
This commit is contained in:
parent
381626069e
commit
532998b6e8
|
@ -66,14 +66,6 @@ const runCheckoutPageTest = () => {
|
|||
// Verify that settings have been saved
|
||||
await verifyCheckboxIsSet('#woocommerce_cod_enabled');
|
||||
|
||||
// Enable PayPal payment method
|
||||
await merchant.openSettings('checkout', 'paypal');
|
||||
await setCheckbox('#woocommerce_paypal_enabled');
|
||||
await settingsPageSaveChanges();
|
||||
|
||||
// Verify that settings have been saved
|
||||
await verifyCheckboxIsSet('#woocommerce_paypal_enabled');
|
||||
|
||||
await merchant.logout();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue