From 809d3faf5a63e17dd185803da1b4312ae69f7884 Mon Sep 17 00:00:00 2001 From: Jonathan Lane Date: Thu, 24 Nov 2022 13:46:41 -0800 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 7.2 (markdown) --- ...se-Testing-Instructions-WooCommerce-7.2.md | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Release-Testing-Instructions-WooCommerce-7.2.md b/Release-Testing-Instructions-WooCommerce-7.2.md index db0ead1..ffb8825 100644 --- a/Release-Testing-Instructions-WooCommerce-7.2.md +++ b/Release-Testing-Instructions-WooCommerce-7.2.md @@ -1,4 +1,4 @@ -## WooCommerce 7.2 includes: +WooCommerce 7.2 includes: - [WooCommerce Blocks Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-7.2#woocommerce-blocks-updates) - [WooCommerce Core Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-7.2#woocommerce-core-updates) @@ -17,3 +17,25 @@ Blocks 8.9.1 [Testing instructions](https://github.com/woocommerce/woocommerce-b ## WooCommerce Core Updates +### Make qty input box visible when min_qty = max_qty [#34282](https://github.com/woocommerce/woocommerce/pull/34282) + +1. Install a plugin that lets you [specify min/max product quantities](https://wordpress.org/plugins/wc-min-max-quantities/) +2. Create a simple product with min_qty=max_qty. +3. Go add the product page. You will be able to see the quantity input there. + +### Add category field dropdown field [#34400](https://github.com/woocommerce/woocommerce/pull/34400) + +1. Enable the new-product-management-experience feature flag by using the WCA Test Helper (Tools > WCA Test Helper > Features) and refresh the page. +2. Create some categories under Product > Categories +3. Click the Products > Add New (MVP) button and notice the new category field dropdown. +4. Start searching in the dropdown field and make sure your created categories show up +5. See if categories are correctly sorted by popularity first and then alphabetical order (popularity is by how many products its being used). +6. Select one of the child categories, it should auto select the parents but allow you to un-select the parents +7. You should also be able to use your keyboard by using your up and down arrows, currently I have the selected item highlighted by setting it to bold and have closed parents automatically open if they have children. + +### Fix JS errors when the OBW business step is accessed directly via URL [#35045](https://github.com/woocommerce/woocommerce/pull/35045) + +1. Start with a fresh site. +2. Access the business directly via http://your-site/wp-admin/admin.php?page=wc-admin&path=%2Fsetup-wizard&step=business-details +3. Confirm the page renders without any JS errors. +