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:
vedanshujain 2021-06-17 14:34:22 +05:30
parent 381626069e
commit 532998b6e8
1 changed files with 0 additions and 8 deletions

View File

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