Updated Release Testing Instructions WooCommerce 6.7 (markdown)

Alejandro López Ariza 2022-06-21 23:26:12 +02:00
parent 6f2ad9b15f
commit ea623f1ba6
1 changed files with 31 additions and 0 deletions

@ -10,7 +10,38 @@ WooCommerce 6.7 includes:
### Blocks 7.7.0
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8777633/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Add the `Fixed image` and `Repeated image` media controls to the Featured Product block. ([6344](https://github.com/woocommerce/woocommerce-blocks/pull/6344))
1. Create a new page and add a `Featured Product`.
2. On the block settings go to `Media Settings` and toggle `Fixed image` and `Repeated image` and save.
3. Check the rendered product on the frontend is correct and matches the one on the edit page.
4. Edit the block again, repeat the steps above with different combinations on `Fixed image`, `Repeated image` and any other configuration.
### Remove bold styles from All Products block. ([6436](https://github.com/woocommerce/woocommerce-blocks/pull/6436))
| Before | After |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| ![image](https://user-images.githubusercontent.com/3616980/169530618-49b0a06f-a034-4858-a26e-12b5db419715.png) | ![image](https://user-images.githubusercontent.com/3616980/169530682-d5e6a5f4-594f-496e-91e3-d0497d3c697f.png) |
1. Create a post or page and add the All Products block. Optionally, edit the inner blocks and add the Product Summary inner block (this will make the issue more visible).
2. Preview the post in the frontend.
3. Verify product price and product summary are not bold.
4. Verify there are no regressions in the All Products block and in the Shop page.
### Fix an issue where the Cart & Checkout could have some of the locked inner blocks removed. ([6419](https://github.com/woocommerce/woocommerce-blocks/pull/6419))
1. Install WordPress beta tester plugin and update to WP 6.0.
2. Go to the Cart page in the editor.
3. Click on list view.
4. Try to unlock every inner block with a padlock icon next to it. This should not be possible.
5. Try to delete any of the inner blocks with a padlock next to it. This should not be possible.
6. Go to the Checkout page in the editor.
7. Try to unlock every inner block with a padlock icon next to it (except Order Note block, this is locked for moving, but not for removing). This should not be possible.
8. Try to delete any of the inner blocks with a padlock next to it. This should not be possible.
---