Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 6c0f64e

Browse files
committed
Update testing instructions
1 parent 2460097 commit 6c0f64e

File tree

1 file changed

+7
-2
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+7
-2
lines changed

docs/internal-developers/testing/releases/810.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
99
1. Activate a block theme, like Twenty Twenty-Two.
1010
2. Open the Appearance > Editor (Beta).
1111
3. Using the dropdown arrow next to the Template name, select the Browse all templates button.
12-
4. Confirm the updated WooCommerce templates' descriptions.
12+
4. Confirm the following updated WooCommerce templates' descriptions:
13+
- Single Product: Displays a single product.
14+
- Product Catalog: Displays your products.
15+
- Products by Category: Displays products filtered by a category.
16+
- Products by Tag: Displays products filtered by a tag.
17+
- Product Search Results: Displays search results for your store.
1318

1419
### Add filter URL support to filter blocks when filtering for All Products block. ([6642](https://github.com/woocommerce/woocommerce-blocks/pull/6642))
1520

16-
For each filter block, ensure:
21+
For each filter block (by Price, by Attribute, by Stock and Active filters) ensure:
1722

1823
1. No regression when used with PHP templates.
1924
2. The URL is updated when checking or unchecking filters.

0 commit comments

Comments
 (0)