Skip to content

Commit 2fab98f

Browse files
committed
ACP2E-3149: Double slashes in customer segment URL
1 parent b93c397 commit 2fab98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define(['mage/adminhtml/grid'], function () {
2424
gridInstance.filterVar = 'filter';
2525
});
2626

27-
beforeEach(function () {
27+
afterEach(function () {
2828
window.varienGrid.prototype.initialize = originalVarienGridInitializeFn;
2929
});
3030

0 commit comments

Comments
 (0)