Skip to content

Commit 70baa25

Browse files
committed
ACP2E-3406: Nested categories in rule conditions not showing
1 parent ee86a22 commit 70baa25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Catalog/adminhtml/js/category-checkbox-tree.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ define([
303303
$ajaxMock = jasmine.createSpy('ajaxMock');
304304
$ajaxOriginal = $.ajax;
305305
$.ajax = $ajaxMock;
306-
$ajaxOriginal = $.ajax;
307306
return waitUntil(function (resolve) {
308307
$tree.on('loaded.jstree', function () {
309308
resolve();

0 commit comments

Comments
 (0)