Skip to content

Commit

Permalink
Enable Classic Template Products by Tag test (#46428)
Browse files Browse the repository at this point in the history
* Enable Product Tag template test

* Add changelog
  • Loading branch information
kmanijak committed Apr 11, 2024
1 parent 084d10c commit de54195
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ const templates = {
slug: 'taxonomy-product_cat',
frontendPage: '/product-category/music/',
},
// We don't have products with tags in the test site. Uncomment this when we have products with tags.
// 'taxonomy-product_tag': {
// templateTitle: 'Product Tag',
// slug: 'taxonomy-product_tag',
// frontendPage: '/product-tag/hoodie/',
// },
'taxonomy-product_tag': {
templateTitle: 'Product Tag',
slug: 'taxonomy-product_tag',
frontendPage: '/product-tag/recommended/',
},
'archive-product': {
templateTitle: 'Product Catalog',
slug: 'archive-product',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Classic Templates: enable Products by Tag E2E test

0 comments on commit de54195

Please sign in to comment.