From 71ff3d37ad796f23c4c9cfc6e6d3692f8279e2e7 Mon Sep 17 00:00:00 2001 From: Saad Tarhi Date: Tue, 14 Feb 2023 12:47:09 +0100 Subject: [PATCH] Update docs/internal-developers/testing/releases/960.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Albert Juhé Lluveras --- .../docs/internal-developers/testing/releases/960.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/960.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/960.md index 2c870400884..047e9d38014 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/960.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/960.md @@ -109,7 +109,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. 1. Ensure products have ratings 2. Add Filter by Rating to your page which also uses the All Products block, and enable the Apply button in the filter block settings 3. On the frontend, apply some filters for this block and then attempt to reset them by clicking the "Reset" button -4. Go to Appearance > Site Editor and add the block to the Product Catalog page making sure you again enable the Apply filter button in the block settings. +4. Go to Appearance > Editor and add the block to the Product Catalog page making sure you again enable the Apply filter button in the block settings. 5. On the frontend, apply some filters for this block and then attempt to reset them by clicking the "Reset" button (in this scenario the page will refresh. ### Fix a bug in WordPress 5.9 in which changing quantity doesn't work inside Cart and Mini Cart blocks. ([8356](https://github.com/woocommerce/woocommerce-blocks/pull/8356))