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

Commit

Permalink
Improve testing notes format
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Nov 14, 2022
1 parent 0a6be06 commit 01ee702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/internal-developers/testing/releases/891.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.

## Feature plugin and package inclusion in WooCommerce

- Display correct block template when filtering by attribute. ([7640](https://github.com/woocommerce/woocommerce-blocks/pull/7640))
### Display correct block template when filtering by attribute. ([7640](https://github.com/woocommerce/woocommerce-blocks/pull/7640))

### Test that #7604 has been fixed
#### Test that #7604 has been fixed

1. Make sure you have a block theme active (like Twenty Twenty-Three).
2. Add the “Filter by Attribute” block to the “Products by Category” template (in Appearance > Site Editor).
Expand All @@ -15,7 +15,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
5. Verify the query params are added to the URL and the URL stays correct.
6. Verify the loaded template is also correct (instead of rendering the “Product Catalog” template).

### Test that there are no regressions with #6776
#### Test that there are no regressions with #6776

1. Make sure you have a block theme active (like Twenty Twenty-Three).
2. Navigate to Products > Attributes and edit an existing one or create a new one.
Expand Down

0 comments on commit 01ee702

Please sign in to comment.