Enable Classic Template Products by Tag test (#46428)

* Enable Product Tag template test

* Add changelog
This commit is contained in:
Karol Manijak 2024-04-11 08:58:01 +02:00 committed by GitHub
parent 084d10c0ba
commit de54195c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View File

@ -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',

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Classic Templates: enable Products by Tag E2E test