From 96e9b14cf668a38481069a4b5e55a39929b4a612 Mon Sep 17 00:00:00 2001 From: Alexandre Lara Date: Mon, 26 Jun 2023 17:32:45 -0300 Subject: [PATCH] Update the release testing notes for release 10.2.4 --- .../docs/internal-developers/testing/releases/1024.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1024.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1024.md index 0cab956683c..4f8a03ef51d 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1024.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1024.md @@ -8,6 +8,10 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. #### Test that the old markup of filter blocks still works +```text +Important: test needs to be conducted using WooCommerce 7.8 +``` + 1. Add a new page, click on three dots on the right top corner and select "Code Editor" ![image](https://github.com/woocommerce/woocommerce-blocks/assets/11503784/dc294e6a-d924-49b0-8ce5-51f0df829390) @@ -57,6 +61,10 @@ Before | After ##### Test that filter blocks translations are loaded correctly +```text +Important: test needs to be conducted using WooCommerce 7.7 +``` + 1. Change your store language to a locale that has translations (ie: Spanish). 2. Add the Filter by Attribute, Filter by Price, Filter by Stock and Filter by Rating blocks to a post or page, alongside the Active Filters and Products (beta) blocks. 3. In the frontend, interact with the filter blocks and verify they all work properly.