Updated Release Testing Instructions WooCommerce 4.8 (markdown)

Tam Mullen 2020-11-17 18:44:48 +00:00
parent bd494e52af
commit 189dc574f0
1 changed files with 31 additions and 1 deletions

@ -1,5 +1,8 @@
- WooCommerce Admin Updates:
- [WooCommerce Admin testing instructions](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.8#woocommerce-admin-testing-instructions)
- WooCommerce Product Blocks Updates:
- [WooCommerce Blocks testing instructions](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.8#woocommerce-blocks-testing-instructions)
- WooCommerce Core Updates:
***
@ -48,4 +51,31 @@ To test out this new feature, navigate to the WooCommerce Home Screen:
![](https://cldup.com/QnG__yh2tB-3000x3000.png)
- Next do a hard refresh of the page, and verify that your selection of Single Column has been persisted between the two page loads.
- Toggle back to Two Columns, hard refresh, and verify the change has updated.
- Toggle back to Two Columns, hard refresh, and verify the change has updated.
## WooCommerce Product Blocks Updates:
### Standardise & refactor colors scss to align with Gutenberg colors and WooCommerce brand. ([3300](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3300))
Test all WooCommerce blocks in editor/frontend and verify there are no evident issues with its display (layout completely broken or colors that are not correctly assigned).
### Show current selected attributes when re-edit Products by Attribute block. ([3185](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3185))
1. Add a Products by Attribute block.
2. Select some attributes and click on Done.
3. Click on the pencil icon to edit the block again.
4. Confirm your existing attributes are selected by default.
### Change delimiter used for splitChunks from tilde to hyphens. ([3360](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3360))
This issue is related to the deployment of a site using Beanstalk and it is not directly testable and should not affect functionality. One thing we can check is that we can continue edit the All Products block. The steps to this are as follows.
1. Create a new page and add the All Products block
![](https://cldup.com/7wr6bMKClU.png)
2. Click edit
![](https://cldup.com/elyc9LgEDJ.png)
3. Explore adding and moving additional blocks within the All Products block
![](https://cldup.com/Fny7UvvPuV.png)
## WooCommerce Core Updates: