diff --git a/Release-Testing-Instructions-WooCommerce-4.9.md b/Release-Testing-Instructions-WooCommerce-4.9.md index ec4ba9d..5174474 100644 --- a/Release-Testing-Instructions-WooCommerce-4.9.md +++ b/Release-Testing-Instructions-WooCommerce-4.9.md @@ -225,9 +225,17 @@ In all cases, the product stock should be restocked back to what it was before p ### Review count failure fix PR for reference: https://github.com/woocommerce/woocommerce/pull/28624 +Original issue: https://github.com/woocommerce/woocommerce/issues/27688 **To test:** +- Create a product. +- Add a Comment to a product and `Update` the product. +- Open the product at the front end and scroll down to the Reviews section. +- Review count should update on the front end when a user adds a review from the WooCommerce dashboard. + +*** + ### Better error messages when coupons are stuck in a pending order PR for reference: https://github.com/woocommerce/woocommerce/pull/28592