From 634b953905cbb843eb4e0f2332e4d888e5d0abcf Mon Sep 17 00:00:00 2001 From: Julia Amosova Date: Tue, 22 Dec 2020 12:24:48 -0500 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 4.9 (markdown) --- Release-Testing-Instructions-WooCommerce-4.9.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Release-Testing-Instructions-WooCommerce-4.9.md b/Release-Testing-Instructions-WooCommerce-4.9.md index e3623e2..d13e8fc 100644 --- a/Release-Testing-Instructions-WooCommerce-4.9.md +++ b/Release-Testing-Instructions-WooCommerce-4.9.md @@ -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