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:** **To test:**
***
**Test Case #1: Product stock should be adjusted after manually deleting a product from the order** **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. - Place an order with a product that has stock.
@ -181,6 +183,8 @@ Screenshot of expected order notes:
![](https://cldup.com/U2X6teahYy.png) ![](https://cldup.com/U2X6teahYy.png)
***
**Test Case #2: Product stock should be reduced when the 'Pending Payment' order is set to 'Cancelled'** **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. - 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. 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** **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. - 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. - 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. - Confirm that no changes to the stock are being made at this point. It should stay as-is.
***
### Review count failure fix ### Review count failure fix
PR for reference: https://github.com/woocommerce/woocommerce/pull/28624 PR for reference: https://github.com/woocommerce/woocommerce/pull/28624