Skip to content

Commit efc487f

Browse files
committed
fixed tests (??)
1 parent f399c21 commit efc487f

File tree

1 file changed

+3
-9
lines changed
  • cypress/support/openmage/backend/system/config/catalog

1 file changed

+3
-9
lines changed

cypress/support/openmage/backend/system/config/catalog/sitemap.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,8 @@ test.config.section.page = {
5353
*/
5454
test.config.section.__groupPriority = {
5555
__fields: {
56-
category: {
57-
_: '#sitemap_category_priority',
58-
},
59-
page: {
60-
_: '#sitemap_page_priority',
61-
},
62-
product: {
63-
_: '#sitemap_product_priority',
64-
},
56+
category: test.config.section.category.__fields.priority,
57+
page: test.config.section.page.__fields.priority,
58+
product: test.config.section.product.__fields.priority,
6559
}
6660
}

0 commit comments

Comments
 (0)