-
Notifications
You must be signed in to change notification settings - Fork 68
Release testing instructions for WC Payments 5.7.0
Eduardo Pieretti Umpierre edited this page Apr 3, 2023
·
22 revisions
-
Test Cancel Confirmation Modal
-
Place an order.
-
On the admin dashboard 'Edit Order' screen, select "Cancelled" from the Order Status dropdown
-
A confirmation modal should be displayed with the option to "Do Nothing" or "Cancel Order", which warns the merchant that Cancel order will not refund the customer.
-
On click of Do Nothing, the order status dropdown is reset back to its previous status, on click of Cancel Order, it is retained as Cancelled.
-
If the order does not have any amount to be refunded (not successfully placed/ already refunded), the modal should not be displayed.
-
Regression testing of Refund Confirmation Modal
- When user clicks on Refund, the refund Confirmation Modal should be displayed as before and user can Cancel or choose to Refund the order before changing status to Refund
- If the order is already refunded, show an error. (styling of error message is changed)
- Place an order with different checkout flows - Classic, UPE, Split UPE, Blocks, Subscription, EU stores, additional UPE payment methods etc.
- Verify the transaction fee for the order on Stripe dashboard
- Check that the same transaction fee is correctly displayed on the Order Edit Screen.