Updated Release Testing Instructions WooCommerce 4.9 (markdown)

Julia Amosova 2020-12-22 12:24:48 -05:00
parent cd04d64b89
commit 634b953905
1 changed files with 12 additions and 0 deletions

@ -169,6 +169,18 @@ PR for reference: https://github.com/woocommerce/woocommerce/pull/28620
**To test:**
Test Case #1: Stock should be adjusted after manually deleting a product from the order
- Place an order with a product that has stock.
- See Order Notes. Stock is reduced for that item.
- Place an order with `On-Hold` status.
- Manually delete the product from the order (not via a refund) and save.
- See Order Notes. The stock should be adjusted back to the original count.
Screenshot of expected order notes:
![](https://d.pr/i/7dAiIT)
### Review count failure fix
PR for reference: https://github.com/woocommerce/woocommerce/pull/28624