Skip to content

Commit a61d5e0

Browse files
committed
ACP2E-3149: Double slashes in customer segment URL
1 parent d312a17 commit a61d5e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ define(['mage/adminhtml/grid'], function () {
1212

1313
beforeEach(function () {
1414
// Create an instance of varienGrid
15-
// eslint-disable-next-line no-undef
16-
gridInstance = new varienGrid();
15+
gridInstance = new window.varienGrid();
1716

1817
spyOn(gridInstance, 'reload');
1918
// eslint-disable-next-line max-nested-callbacks

0 commit comments

Comments
 (0)