From e44dc758bcb717467ebec4cfed6820ea7ecabdec Mon Sep 17 00:00:00 2001 From: Julia Amosova Date: Tue, 22 Dec 2020 13:09:25 -0500 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 4.9 (markdown) --- Release-Testing-Instructions-WooCommerce-4.9.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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