Updated Release Testing Instructions WooCommerce 4.9 (markdown)

Julia Amosova 2020-12-22 12:54:49 -05:00
parent 781fe99a6c
commit 7008350bcd
1 changed files with 8 additions and 0 deletions

@ -169,6 +169,8 @@ PR for reference: https://github.com/woocommerce/woocommerce/pull/28620
**To test:**
***
**Test Case #1: Product stock should be adjusted after manually deleting a product from the order**
- Place an order with a product that has stock.
@ -181,6 +183,8 @@ Screenshot of expected order notes:
![](https://cldup.com/U2X6teahYy.png)
***
**Test Case #2: Product stock should be reduced when the 'Pending Payment' order is set to 'Cancelled'**
- Create a product and set its stock to 10.
@ -206,6 +210,8 @@ Please test all order statuses by repeating the steps above:
In all cases, the product stock should be restocked back to what it was before placing the order.
***
**Test Case #3: Product stock should not be decreased after updating an already `Cancelled` order**
- Place an order for a product that has stock enabled. PayPal Standard or Stripe can be used.
@ -214,6 +220,8 @@ In all cases, the product stock should be restocked back to what it was before p
- Click the `Update` order again without making any changes to it.
- Confirm that no changes to the stock are being made at this point. It should stay as-is.
***
### Review count failure fix
PR for reference: https://github.com/woocommerce/woocommerce/pull/28624