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

35 lines
1.9 KiB
Markdown
Raw Normal View History

2023-11-07 12:42:15 +00:00
# Testing notes and ZIP for release 11.4.4
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13279921/woocommerce-gutenberg-products-block.zip)
## WooCommerce Core
### Enhancements
#### Enabled the new blockified Order Confirmation by default for block-based themes. [11615](https://github.com/woocommerce/woocommerce-blocks/pull/11615)
1. On a brand new WC installation enable a block based theme (eg TT3)
2. Place a dummy order
3. Verify the Thank you page displayed after placing an order renders the new blockified Order Confirmation (see attached printscreen)
4. Change the website language. Repeat steps 2 & 3 and verify that the headings get properly translated.
5. Go to Appearance > Site Editor > Templates > Manage all templates. Verify that the blockified Order Confirmation displays properly, saving changes work and they get reflected on a new order.
<img width="1361" alt="image" src="https://github.com/woocommerce/woocommerce-blocks/assets/17236129/f619ccaa-d2dc-4189-8760-86837cf4014f">
### Bug Fixes
#### Filter By Rating: fix overlapping stars. [11644](https://github.com/woocommerce/woocommerce-blocks/pull/11644)
1. Ensure that you have two products with different reviews and different ratings.
2. Create a new post.
3. Adds the Filter By Rating, Product Collection blocks and Product Collection 3 Columns pattern.
4. Ensure that the stars are rendered correctly.
5. Save the post.
6. Visit the post.
7. Ensure that the stars are rendered correctly.
8. Please, pay attention and ensure that the star is aligned with "no review" (for the products that doesn't have the review)
| Before | After |
| ------ | ----- |
| <img src="https://user-images.githubusercontent.com/3323310/280986124-5373fb47-8708-4bab-961d-e750eeb2d1ab.png" width='50%'>| ![image](https://github.com/woocommerce/woocommerce-blocks/assets/4463174/c0b2bb9c-c2e9-45d0-8a16-27c7f2a82776)|