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 b93c397 commit 2fab98fCopy full SHA for 2fab98f
dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
@@ -24,7 +24,7 @@ define(['mage/adminhtml/grid'], function () {
24
gridInstance.filterVar = 'filter';
25
});
26
27
- beforeEach(function () {
+ afterEach(function () {
28
window.varienGrid.prototype.initialize = originalVarienGridInitializeFn;
29
30
0 commit comments