woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1161.md

37 lines
4.0 KiB
Markdown

# Testing notes and ZIP for release 11.6.1
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13450476/woocommerce-gutenberg-products-block.zip)
## Testing Notes
### Add missing woocommerce classname to Classic Cart/Checkout Blocks container so UI updates when the cart is emptied. [#11919](https://github.com/woocommerce/woocommerce-blocks/pull/11919)
1. Edit the cart page
2. Convert the cart block into a "Classic Cart" block if not already there. You can use block transforms.
3. Save the page and go to the store.
4. Add some items to your cart, then head on to the cart page.
5. Remove each item from the cart using the X
6. The last item should be removed from the cart successfully. You can also "undo" the change and the item will come back.
### Fix an issue that caused the Order by select in Reviews blocks to always be disabled. [#11918](https://github.com/woocommerce/woocommerce-blocks/pull/11918)
1. Make sure you have at least one review in your store.
2. Create a post or page and add the All Reviews, Reviews by Category and Reviews by Product blocks (in the last two, select the category/product which have reviews).
3. View the page in the frontend.
4. Verify it's possible to change the _Order by_ value and reviews are sorted accordingly.
| Before | After |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <img src="https://github.com/woocommerce/woocommerce-blocks/assets/3616980/3a5dcd22-2df7-46e9-922f-087fdc295fe9" alt="Reviews blocks with the _Order by_ select disabled" width="539" /> | <img src="https://github.com/woocommerce/woocommerce-blocks/assets/3616980/bc840ae6-76f2-4830-95aa-9dd004e7bf47" alt="Reviews blocks with the _Order by_ select enabled" width="539" /> |
### Fix All Reviews, Reviews by Product and Reviews by Category blocks not being rendered. [#11913](https://github.com/woocommerce/woocommerce-blocks/pull/11913)
1. Make sure you have at least one review in your store.
2. Create a post or page and add the All Reviews, Reviews by Category and Reviews by Product blocks (in the last two, select the category/product which have reviews).
3. Verify no errors are shown in the editor.
4. Verify the blocks are rendered properly in the frontend.
| Before | After |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <img src="https://github.com/woocommerce/woocommerce-blocks/assets/3616980/d3128bdc-b4cd-4304-a593-61dd8b09bf97" alt="Reviews blocks showing an error in the editor" width="539" /> | <img src="https://github.com/woocommerce/woocommerce-blocks/assets/3616980/6ad74a86-f5a8-4440-a3b3-e890efb8329b" alt="Reviews blocks showing no error in the editor" width="539" /> |