Updated Release Testing Instructions WooCommerce 7.6 (markdown)

Alejandro López Ariza 2023-03-20 11:39:58 +01:00
parent 166d262819
commit 922f48aec8
1 changed files with 36 additions and 0 deletions

@ -49,5 +49,41 @@ Conduct exploratory testing of the following flows:
5. As a shopper, head to `My account > Downloads` (yourstore.com/my-account/downloads/) and try to download the files
6. Check that the files were successfully downloaded
### [Fix class name in ProductDownloadsServiceProvider](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37052) #37052
**_Slack Workflow: WooCommerce Admin Start Manage_**
### [Add validation to enable Save attributes and Save variations buttons](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37046) #37046
**_Slack Workflow: WooCommerce Admin Start Manage_**
### [Add “Create a new campaign” modal](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37044) #37044
**_Slack Workflow: WooCommerce Core_**
### [Updating rest namespace for product post type to v3](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37028) #37028
**_Slack Workflow: WooCommerce Admin Start Manage_**
### [Create editor skeleton on add/edit product pages](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37023) #37023
**_Slack Workflow: WooCommerce Admin Start Manage_**
1. Visit the URL yourstore.com/wp-admin/admin.php?page=wc-admin&path=/add-product
2. Check that you can see the Gutenberg block editor and interact with it
3. Create a product and visit the URL yourstore.com/wp-admin/admin.php?page=wc-admin&path=/product/{productId}, where {productId} is the Id of the product that you created in the previous step
4. Check that you can see the Gutenberg block editor and interact with it
### [Fix jQuery event being erased when element was replaced after saving attributes](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37019) #37019
**_Slack Workflow: WooCommerce Admin Start Manage_**
### [Fix missing padding in some buttons in TT2 with WP 5.9 and 6.0](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37018) #37018
**_Slack Workflow: WooCommerce Core_**
### [[36257 redux] Add menu_order sorting option to products widget](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37002) #37002
**_Slack Workflow: WooCommerce Core_**
1. Make sure you use a [theme](https://wordpress.com/support/themes/changing-themes/) compatible with widgets, like `Storefront`
2. Head to `Appearance > Widgets`
3. Add a new `Legacy Widget` block and inside the widget, select `Product list`
4. Check apart from `Date`, `Price`, `Random` and `Sales`, you can also order by `Menu order`
--