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 3249122 commit 3c5ab43Copy full SHA for 3c5ab43
dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js
@@ -30,7 +30,7 @@ define(['mage/adminhtml/grid'], function () {
30
31
it('should reset the filter, clean the URL, and reload with the correct URL', function () {
32
let callback = jasmine.createSpy('callback'),
33
- expectedUrl = 'https://test.com/filter/';
+ expectedUrl = 'https://test.com/';
34
35
gridInstance.resetFilter(callback);
36
expect(gridInstance.addVarToUrl).toHaveBeenCalledWith('filter', '');
0 commit comments