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 384c804 commit 5a45084Copy full SHA for 5a45084
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/breadcrumbs.test.js
@@ -20,7 +20,11 @@ define([
20
},
21
defaultContext = require.s.contexts._,
22
menuSelector = '[data-action="navigation"] > ul',
23
- menuItem = $('<li class="level0 category-item"><a href="http://localhost.com/cat1.html" id="ui-id-3">Cat1</a></li>')[0],
+ menuItem = $(
24
+ '<li class="level0 category-item">' +
25
+ '<a href="http://localhost.com/cat1.html" id="ui-id-3">Cat1</a>' +
26
+ '</li>'
27
+ )[0],
28
29
/**
30
* Create context object.
0 commit comments