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 d312a17 commit a61d5e0Copy full SHA for a61d5e0
dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
@@ -12,8 +12,7 @@ define(['mage/adminhtml/grid'], function () {
12
13
beforeEach(function () {
14
// Create an instance of varienGrid
15
- // eslint-disable-next-line no-undef
16
- gridInstance = new varienGrid();
+ gridInstance = new window.varienGrid();
17
18
spyOn(gridInstance, 'reload');
19
// eslint-disable-next-line max-nested-callbacks
0 commit comments