From 6989e8ddd7fd493d68b1184ade51f88d1bb46157 Mon Sep 17 00:00:00 2001 From: Paulo Arromba <17236129+wavvves@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:42:15 +0000 Subject: [PATCH] Testing notes --- .../testing/releases/1144.md | 34 +++++++++++++++++++ .../testing/releases/README.md | 1 + 2 files changed, 35 insertions(+) create mode 100644 plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1144.md diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1144.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1144.md new file mode 100644 index 00000000000..651d730e97b --- /dev/null +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1144.md @@ -0,0 +1,34 @@ +# 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. + +image + +### 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 | +| ------ | ----- | +| | ![image](https://github.com/woocommerce/woocommerce-blocks/assets/4463174/c0b2bb9c-c2e9-45d0-8a16-27c7f2a82776)| diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md index f5a9621289d..86ae8f132a6 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md @@ -185,4 +185,5 @@ Every release includes specific testing instructions for new features and bug fi - [11.4.1](./1141.md) - [11.4.2](./1142.md) - [11.4.3](./1143.md) + - [11.4.4](./1144.md) - [11.5.0](./1150.md)