Updated Release Testing Instructions WooCommerce 4.9 (markdown)

Julia Amosova 2020-12-22 12:49:39 -05:00
parent 3b9440e09e
commit 41d3974f32
1 changed files with 10 additions and 2 deletions

@ -7,7 +7,7 @@ WooCommerce 4.9 includes:
- [Customer Effort Score](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#customer-effort-score)
- [WooCommerce Product Blocks Updates:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#woocommerce-product-blocks-updates)
- [Input appearance in IE 11 (Create IE11 SCSS mixin)](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#input-appearance-in-ie-11-create-ie11-scss-mixin)
- [WooCommerce Core Updates:]()
- [WooCommerce Core Updates:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#woocommerce-core-updates)
- [Stock management regression fixes]()
- [Review count failure fix]()
- [Better error messages when coupons are stuck in a pending order]()
@ -169,7 +169,7 @@ 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 **
**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.
- See Order Notes. Stock is reduced for that item.
@ -206,6 +206,14 @@ 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.
- Change order status to `Completed`. The stock should be decreased.
- Change order status to `Cancelled` and click `Update`. The stock should be increased.
- 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