Skip to content

Release testing instructions for WC Payments 5.7.0

Eduardo Pieretti Umpierre edited this page Apr 3, 2023 · 22 revisions

Test Cancel Confirmation Modal

  1. Test Cancel Confirmation Modal

  2. Place an order.

  3. On the admin dashboard 'Edit Order' screen, select "Cancelled" from the Order Status dropdown

  4. 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.

  5. 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.

  6. If the order does not have any amount to be refunded (not successfully placed/ already refunded), the modal should not be displayed.

  7. 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)

Test Order Transaction Fee Display

  1. Place an order with different checkout flows - Classic, UPE, Split UPE, Blocks, Subscription, EU stores, additional UPE payment methods etc.
  2. Verify the transaction fee for the order on Stripe dashboard
  3. Check that the same transaction fee is correctly displayed on the Order Edit Screen. image
Clone this wiki locally