Updated Release Testing Instructions WooCommerce 5.5 (markdown)

Greg 2021-06-18 09:49:32 -06:00
parent 3263206f1b
commit 0bb3283d45
1 changed files with 44 additions and 1 deletions

@ -8,7 +8,8 @@
- [Business features uncheck creative mail by default #7139](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#business-features-uncheck-creative-mail-by-default-7139)
- [Fix an issue with OBW when wc-pay and Jetpack are both being installed. #6957](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#fix-an-issue-with-obw-when-wc-pay-and-jetpack-are-both-being-installed-6957)
* [WooCommerce Blocks Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-blocks-updates)
- []()
- [5.3.0]()
- [5.3.1]()
* [WooCommerce Core Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5#woocommerce-core-updates)
- [Add cancelled status for bulk actions closes #29928](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#add-cancelled-status-for-bulk-actions-closes-29928)
- [Hide PayPal Standard on new installs](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.5/#hide-paypal-standard-on-new-installs)
@ -133,6 +134,48 @@
## WooCommerce Blocks Updates
### Fix Product Categories List display issues in WP 5.8. ([4335](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4335))
1. With Gutenberg and TT1 Blocks, go to the Site Editor.
2. Add a Product Categories List block.
3. Set the `Show category images` attribute to true.
4. Verify images have the correct size:
| Before | After |
| --- | --- |
| ![Screenshot of Products Categories List rendering huge images](https://user-images.githubusercontent.com/3616980/121377547-b6fd2500-c942-11eb-8823-1dec7e8f4e72.png) | ![Screenshot of Products Categories List rendering images of the correct size](https://user-images.githubusercontent.com/3616980/121376793-1a3a8780-c942-11eb-914b-911192b07250.png) |
5. With the same theme, add the Product Categories List block to a post or page and verify there is no bottom space between the image and the border.
| Before | After |
| --- | --- |
| ![Screenshot of Products Categories List images having a border offset](https://user-images.githubusercontent.com/3616980/121377492-ac429000-c942-11eb-86ac-8075341ab1ac.png) | ![Screenshot of Products Categories List images without the border offset](https://user-images.githubusercontent.com/3616980/121376865-2c1c2a80-c942-11eb-9f6e-79c51bfa2a49.png) |
### Make Product Categories List links unclickable in the editor. ([4339](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4339))
1. Add the Product Categories List block to a post or page.
2. Try to click on a Category Link.<br>
![Scheenshot of pointer cursor over a category name](https://user-images.githubusercontent.com/3616980/121380040-d8f7a700-c944-11eb-98e1-24736043dc0a.png)
3. Verify you can't click on it and you aren't redirected to the Category page.
### Load woocommerce.css in Site editor. ([4345](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4345))
1. Make sure you are using the latest version of WooCommerce `trunk`.
2. Enable a block-based theme (ie: TT1 Blocks) and Gutenberg.
3. Go to the Site Editor.
4. Add a Reviews block and verify rating stars are rendered correctly.
| Before | After |
| --- | --- |
| ![Screenshot where rating stars are replaced by S](https://user-images.githubusercontent.com/3616980/121849894-3cd6f280-ccec-11eb-81e4-de37f47ef9d3.png) | ![Schreenshot where rating stars are rendered correctly](https://user-images.githubusercontent.com/3616980/121849806-1fa22400-ccec-11eb-9359-007a4c6dd8a7.png) |
### Fix an issue where an attempt to add an out-of-stock product to the cart was made when clicking the "Read more" button. ([4265](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4265))
1. Go to 'WooCommerce > Settings > Products > Enable AJAX add to cart buttons on archives
2. Edit a page and add a 'Products by Category' block (choose a category with an out of stock product)
3. On the front-end, go to the page and click on the out of stock product's "Read more" link
4. Verify you cannot see the spinner on the button and when redirected on the product page, the WooCommerce error message does not show.
***
## WooCommerce Core Updates