Updated Release Testing Instructions WooCommerce 7.4 (markdown)

Tam Mullen 2023-01-26 23:08:22 +00:00
parent 45bbe51e41
commit 3f1b69da6f
1 changed files with 33 additions and 0 deletions

@ -2,6 +2,7 @@ WooCommerce 7.4 includes:
- [WooCommerce Blocks Updates](#woocommerce-blocks-updates)
- [WooCommerce Core Updates](#woocommerce-core-updates)
- [WooCommerce New Product Editing Updates](#woocommerce-new-product-editing-updates)
---
@ -155,3 +156,35 @@ Before | After
--
---
## WooCommerce New Product Editing Updates
### [Update product mvp feature flag](https://github.com/woocommerce/woocommerce/pull/36552#top) #36552
**_Slack Workflow: WooCommerce Admin Start Manage_**
1. Use a site which already has some products (simple and variable products, you can use the sample products)
1. Go to `WooCommerce` > `Settings` > `Advanced` > `Features`.
2. Verify the option the New product editor is under experimental features and an additional note is displayed underneath.
![Screenshot 2023-01-26 at 22 53 33](https://user-images.githubusercontent.com/24649833/214969389-335f41c9-ef2d-47e8-9e4c-5cf130445e5c.png)
3. Enable the `New product editor` and verify that the new experience is turned on by going to `Products` > `Add New`
4. Do some exploratory testing of adding a new product by using the product tour.
![](https://user-images.githubusercontent.com/10561050/212407264-b226f369-0111-481e-9242-cfd8ce62bbf7.png)
4. Do some exploratory testing of adding a new product without using the product tour.
5. Try editing an existing simple product, confirm that it is using the new product editor
6. Do some exploratory testing of editing an existing simple product.
5. Try editing an existing variable product, confirm that it is using the normal existing product editor not the new editor
4. Go to `WooCommerce` > `Settings` > `Advanced` > `Features` and disable the `New product editor`
7. Verify that the new experience is turned off by going to `Products` > `Add New`
8. Try editing an existing simple product, confirm that it is not using the new product editor any more.