Updated Release Testing Instructions WooCommerce 7.2 (markdown)

Jonathan Lane 2022-12-02 11:07:05 -08:00
parent 90ce6dc25e
commit b657f41f59
1 changed files with 21 additions and 1 deletions

@ -606,4 +606,24 @@ On a new install,
2. Click on the "Date range" and click "Custom".
3. Verify that the calendar styling is fixed.
![](https://user-images.githubusercontent.com/2098816/202911463-9e5ec0d4-4bcb-44e7-9e34-21a7030b47ad.png)
![](https://user-images.githubusercontent.com/2098816/202911463-9e5ec0d4-4bcb-44e7-9e34-21a7030b47ad.png)
### Fix styling of CES modal [#35602](https://github.com/woocommerce/woocommerce/pull/35602)
1. Make sure you have the new-product-management-experience feature flag enabled (you can do so using the latest version of the Beta tester within the mono repo).
2. Create a couple products
3. Go to Analytics > Products
4. Select Comparison from the Show dropdown
5. Select a couple products and click Compare
6. A notice should show up that allows you to share feedback, click this.
7. Make sure the emoji's show up correctly in a horizontal format.
8. Note: that this notice will probably only show up once, once you click Share feedback, in order for it to show again you can delete the woocommerce_ces_shown_for_actions option.
### Always output the min and max attributes for the quantity selector. [#35767](https://github.com/woocommerce/woocommerce/pull/35767)
1. Add https://github.com/woocommerce/woocommerce-min-max-quantities.
2. Create a simple product with min_qty=max_qty.
3. Go add the product page. You will be able to see the quantity input there.
4. As a customer, visit the product page. You should be able to purchase the product and the price in the cart should match your expectations.
5. Now edit the composite product and set the min and max values to the same value. Save.
6. Repeat the process ... of course, you can still specify the type of memory (128KB or 512KB) but can longer specify how much you want. Add to the cart, pricing again should match your expectations (based on the unit cost and the predetermined quantity, etc).