Updated Release Testing Instructions WooCommerce 5.4 (markdown)

Julia Amosova 2021-05-15 21:22:42 -04:00
parent 28a0da04af
commit 4fe4470c7a
1 changed files with 15 additions and 0 deletions

@ -72,4 +72,19 @@ To test:
4. Add a product for 301.90909. Add it to cart.
5. Checkout the cart and confirm that prices everywhere is 302. Without this fix they would be 301.
### Fix: image size customisation controls not shown when theme doesn't define them but Woo core does. Closes [#25900](https://github.com/woocommerce/woocommerce/issues/25900).
PR: https://github.com/woocommerce/woocommerce/pull/28187
To test:
#### Case 1: with "Twenty Twenty" theme
1. Set the Twenty-Twenty theme.
2. Go to Customize » WooCommerce » Product Images and verify that now you can change the image and thumbnail sizes.
3. Here it will be great to test [Critical Flows](https://github.com/woocommerce/woocommerce/wiki/Critical-Flows) in general with the Twenty Twenty theme.
#### Case 2: with "Twenty Twenty One" theme
1. Set the Twenty-Twenty theme.
2. Go to Customize » WooCommerce » Product Images and verify that now you can change the image and thumbnail sizes.
3. Here it will be great to test [Critical Flows](https://github.com/woocommerce/woocommerce/wiki/Critical-Flows) in general with the Twenty Twenty One theme.