Updated Release Testing Instructions WooCommerce 7.0 (markdown)

Tam Mullen 2022-09-27 17:08:54 +01:00
parent 59f5f20562
commit 79905076bc
1 changed files with 5 additions and 0 deletions

@ -252,6 +252,7 @@ For the PRs below to enable "Products > Add New (MVP)" Do the following steps
2. In Tools > WCA Test Helper > Features toggle `new-product-management-experience` to True 2. In Tools > WCA Test Helper > Features toggle `new-product-management-experience` to True
### [Add Pricing section](https://github.com/woocommerce/woocommerce/pull/34382#top) #34382 ### [Add Pricing section](https://github.com/woocommerce/woocommerce/pull/34382#top) #34382
**_Slack Workflow: WooCommerce Admin Start Manage_**
![screenshot-clean local-2022 08 23-10_58_00](https://user-images.githubusercontent.com/1314156/186178312-1ba79970-f4e9-4204-9eff-46cb2b3d1cfb.png) ![screenshot-clean local-2022 08 23-10_58_00](https://user-images.githubusercontent.com/1314156/186178312-1ba79970-f4e9-4204-9eff-46cb2b3d1cfb.png)
@ -266,10 +267,12 @@ For the PRs below to enable "Products > Add New (MVP)" Do the following steps
- If tax is excluded from the price, the helper text reads: Per your store settings, tax is **not included** in the price. - If tax is excluded from the price, the helper text reads: Per your store settings, tax is **not included** in the price.
### [Products pricing section code cleanup](https://github.com/woocommerce/woocommerce/pull/34560#top) #34560 ### [Products pricing section code cleanup](https://github.com/woocommerce/woocommerce/pull/34560#top) #34560
**_Slack Workflow: WooCommerce Admin Start Manage_**
1. Go to Products> Add New (MVP and create a product. 1. Go to Products> Add New (MVP and create a product.
1. Verify that settings the regular and sale price works properly still, including sanitizing of any input value 1. Verify that settings the regular and sale price works properly still, including sanitizing of any input value
### [Add product link field](https://github.com/woocommerce/woocommerce/pull/34313#top) #34313 ### [Add product link field](https://github.com/woocommerce/woocommerce/pull/34313#top) #34313
**_Slack Workflow: WooCommerce Admin Start Manage_**
https://user-images.githubusercontent.com/2240960/184427098-11d5ab38-c4ba-4a58-b397-fc6e48e2f652.mp4 https://user-images.githubusercontent.com/2240960/184427098-11d5ab38-c4ba-4a58-b397-fc6e48e2f652.mp4
2. Click the **Products > Add New (MVP)** button and fill in the name field and hit **Save draft** 2. Click the **Products > Add New (MVP)** button and fill in the name field and hit **Save draft**
@ -283,6 +286,7 @@ https://user-images.githubusercontent.com/2240960/184427098-11d5ab38-c4ba-4a58-b
10. You can also **publish** the product and follow the same steps. 10. You can also **publish** the product and follow the same steps.
### [Price section - Small refactor and style fix](https://github.com/woocommerce/woocommerce/pull/34558#top) #34558 ### [Price section - Small refactor and style fix](https://github.com/woocommerce/woocommerce/pull/34558#top) #34558
**_Slack Workflow: WooCommerce Admin Start Manage_**
1. Go to `Products` > `Add New (MVP)` and create a product. 1. Go to `Products` > `Add New (MVP)` and create a product.
1. Verify that the `Feature this product` tooltip looks and works correctly. 1. Verify that the `Feature this product` tooltip looks and works correctly.
@ -293,6 +297,7 @@ https://user-images.githubusercontent.com/2240960/184427098-11d5ab38-c4ba-4a58-b
4. Set a `Sale price` equal to or higher than the `List price` and verify that the warning `Sale price cannot be equal to or higher than list price.` is visible under the `Sale price`. 4. Set a `Sale price` equal to or higher than the `List price` and verify that the warning `Sale price cannot be equal to or higher than list price.` is visible under the `Sale price`.
### [Fix product list price help label to properly reflect tax settings](https://github.com/woocommerce/woocommerce/pull/34564#top) #34564 ### [Fix product list price help label to properly reflect tax settings](https://github.com/woocommerce/woocommerce/pull/34564#top) #34564
**_Slack Workflow: WooCommerce Admin Start Manage_**
1. Go to `Products` > `Add New (MVP)` and create a product. 1. Go to `Products` > `Add New (MVP)` and create a product.
2. If tax is included in the price, the helper text reads: "Per your store settings, tax is **included** in the price." 2. If tax is included in the price, the helper text reads: "Per your store settings, tax is **included** in the price."
3. If tax is excluded from the price, the helper text reads: "Per your store settings, tax is **not included** in the price." 3. If tax is excluded from the price, the helper text reads: "Per your store settings, tax is **not included** in the price."