We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399c21 commit efc487fCopy full SHA for efc487f
cypress/support/openmage/backend/system/config/catalog/sitemap.js
@@ -53,14 +53,8 @@ test.config.section.page = {
53
*/
54
test.config.section.__groupPriority = {
55
__fields: {
56
- category: {
57
- _: '#sitemap_category_priority',
58
- },
59
- page: {
60
- _: '#sitemap_page_priority',
61
62
- product: {
63
- _: '#sitemap_product_priority',
64
+ category: test.config.section.category.__fields.priority,
+ page: test.config.section.page.__fields.priority,
+ product: test.config.section.product.__fields.priority,
65
}
66
0 commit comments