Updated Release Testing Instructions WooCommerce 7.6 (markdown)

Alejandro López Ariza 2023-03-20 11:01:50 +01:00
parent 495f0d4c90
commit ef53d7d870
1 changed files with 32 additions and 1 deletions

@ -17,6 +17,37 @@ TBD
### _When we link directly to a Pull Request, please use the testing instructions in that Pull Request. If it mentions something like "Load this branch" you can assume the release you are testing._
TBD
### [Show message in Inventory tab for variable products](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37185) #37185
**_Slack Workflow: WooCommerce Admin Start Manage_**
[Show link to store settings when stock management is disabled](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37140) #37140
**_Slack Workflow: WooCommerce Admin Start Manage_**
[Rename “Manage stock?” label to “Stock management”](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37135) #37135
**_Slack Workflow: WooCommerce Admin Start Manage_**
[Fix duplicated global attribute](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37109) #37109
**_Slack Workflow: WooCommerce Admin Start Manage_**
[Fix the ArrayUtil::get_value_or_default method](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37053) #37053
**_Slack Workflow: WooCommerce Core_**
Conduct exploratory testing of the following flows:
- Settings pages where [radio buttons](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio) and [checkboxes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox) are displayed.
- The features page (WooCommerce - Settings - Advanced - Features)
- The tools page (WooCommerce - Status - Tools)
[Fix class name in ProductDownloadsServiceProvider](https://href.li/?https://github.com/woocommerce/woocommerce/pull/37052) #37052
**_Slack Workflow: WooCommerce Core_**
(Note: this is a downloadable products regression to check that this tiny change didn't cause any issues in the main downloadable products flow):
1. As an admin, head to `WooCommerce > Settings > Payments` and enable the `Cash on delivery` payment method
2. As an admin, head to `WooCommerce > Home > Add products`, click `View more product types` and create a `Digital product`
3. As a shopper, head to the `Shop` page of your store (yourstore.com/shop/) and buy the product you created in the previous step
4. As an admin, go to `WooCommerce > Orders`, open the order you created and set the status to `Completed`
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
--