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