Updated Release Testing Instructions WooCommerce 6.9 (markdown)

rodelgc 2022-08-24 15:51:24 +08:00
parent f6bdcf16fc
commit 683d39fb33
1 changed files with 3 additions and 0 deletions

@ -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.