diff --git a/Release-Testing-Instructions-WooCommerce-5.4.md b/Release-Testing-Instructions-WooCommerce-5.4.md index 1f66331..cffdafe 100644 --- a/Release-Testing-Instructions-WooCommerce-5.4.md +++ b/Release-Testing-Instructions-WooCommerce-5.4.md @@ -23,6 +23,8 @@ ### Remove set_backorders logic from external products. Closes [#29696](https://github.com/woocommerce/woocommerce/issues/29696) +PR: + To test: 1. Create an Affiliated/External product. 2. Go to the product list and check the bulk edit checkbox for the external product. @@ -33,6 +35,8 @@ To test: ### State and Country field labels on the Checkout page should be read by screen readers. Closes [#27317](https://github.com/woocommerce/woocommerce/issues/27317) +PR: + To test: 1. Add products to cart, go to checkout. 2. Enable screen reader in operating system (on Mac, it's called "Voiceover" and is located in accessibility settings). Or you can use an actual screen reader if you have. @@ -40,4 +44,14 @@ To test: See [#27317](https://github.com/woocommerce/woocommerce/issues/27317) for the screenshots in order to understand what is expected. - +### On the action of deleting a product category, we want to reassign any products that have been assigned to deleted category categories to a default `Uncategorized` category. Closes [#29540](https://github.com/woocommerce/woocommerce/issues/29540). + +PR: https://github.com/woocommerce/woocommerce/pull/29681 + +To test: +1. Create a product category. +2. Create several simple products and assign them the category from step 1. +3. Now go to the product category page and delete the category you've created in step 1. +4. Go back to the products page and ensure these products have the `Uncategorized` category assigned instead of nothing. + +