Enable Classic Template Products by Tag test (#46428)
* Enable Product Tag template test * Add changelog
This commit is contained in:
parent
084d10c0ba
commit
de54195c3a
|
@ -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',
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Classic Templates: enable Products by Tag E2E test
|
Loading…
Reference in New Issue