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 f5f8556 commit 6cb1924Copy full SHA for 6cb1924
dev/tests/js/jasmine/tests/app/code/Magento/Catalog/frontend/js/product/list/toolbar.test.js
@@ -35,9 +35,9 @@ define([
35
36
it('Toolbar is initialized once', function () {
37
spyOn($.mage.productListToolbarForm.prototype, '_bind');
38
+ var secondToolbar = $('<div class="toolbar"></div>');
39
40
toolbar.productListToolbarForm();
- var secondToolbar = $('<div class="toolbar"></div>');
41
secondToolbar.productListToolbarForm();
42
43
expect($.mage.productListToolbarForm.prototype._bind).toHaveBeenCalledTimes(4);
0 commit comments