Skip to content

Commit 6efc0e8

Browse files
author
Oleksandr Dubovyk
committed
MC-40653: Duplicate ID issue on the account page
- fixed static fail. missing semicolon
1 parent bbc2db9 commit 6efc0e8

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Theme/view/frontend/web/js

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Theme/view/frontend/web/js/theme.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ define([
5757
];
5858

5959
menuItems.forEach(function (item) {
60-
expect($(item.id).attr('href')).toBe(item.link)
60+
expect($(item.id).attr('href')).toBe(item.link);
6161
});
6262
});
6363
});

0 commit comments

Comments
 (0)