Skip to content

Commit 384c804

Browse files
committed
Fixed failed test
1 parent 1df8452 commit 384c804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/breadcrumbs.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define([
2020
},
2121
defaultContext = require.s.contexts._,
2222
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],
23+
menuItem = $('<li class="level0 category-item"><a href="http://localhost.com/cat1.html" id="ui-id-3">Cat1</a></li>')[0],
2424

2525
/**
2626
* Create context object.

0 commit comments

Comments
 (0)