diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1021.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1021.md new file mode 100644 index 00000000000..a762d887441 --- /dev/null +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1021.md @@ -0,0 +1,18 @@ +# Testing notes and ZIP for release 10.2.1 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11563088/woocommerce-gutenberg-products-block.zip) + +## WooCommerce Core + +### Fix Mini-Cart block conflict with Page Optimize and Product Bundles. [(9586)](https://github.com/woocommerce/woocommerce-blocks/pull/9586) + +1. Make sure you have WC core 7.7. +2. Enable a block theme. +3. Add the Mini-Cart block to the header of your store. +4. Install the Page Optimize and Product Bundles plugins (no need to change anything in their configuration). +5. Go to a page in the frontend that doesn't have any blocks besides the Mini-Cart you added to the header. +6. Open the Mini-Cart and verify there is no JS error: + +Before | After +--- | --- +![image](https://github.com/woocommerce/woocommerce-blocks/assets/3616980/307b07c5-0c59-4d04-9599-8cc38691ead9) | ![image](https://github.com/woocommerce/woocommerce-blocks/assets/3616980/108f21c1-a658-4441-9bad-910ec701bb36) 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 127b3a76d41..ac56d38fc86 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md @@ -145,6 +145,7 @@ Every release includes specific testing instructions for new features and bug fi - [10.0.5](./1005.md) - [10.1.0](./1010.md) - [10.2.0](./1020.md) + - [10.2.1](./1021.md) - [10.3.0](./1030.md)