diff --git a/Release-Testing-Instructions-WooCommerce-6.9.md b/Release-Testing-Instructions-WooCommerce-6.9.md index 3dc1a62..16b8601 100644 --- a/Release-Testing-Instructions-WooCommerce-6.9.md +++ b/Release-Testing-Instructions-WooCommerce-6.9.md @@ -241,6 +241,9 @@ It should match the following screenshot. ### Add product name and checkboxes for Product details [#34214](https://github.com/woocommerce/woocommerce/pull/34214) +1. Enable the new-product-management-experience feature flag by using the WCA Test Helper (Tools > WCA Test Helper > Features) and refresh the page. +1. Enable track logging by running this in your console: localStorage.setItem( 'debug', 'wc-admin:*' ); +1. Navigate to Products > Add New (MVP) 2. Verify that the texts look correct. 3. Verify that the help button (next to the checkbox text) and dialog work as expected. It should open on hover and track the event `wcadmin_add_product_learn_more` after pressing `Learn more`. 4. Verify that the event `wcadmin_woocommerce-add-product__checkbox-featured` is recorded after toggling the checkbox.