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 c5db5dc commit b1460e8Copy full SHA for b1460e8
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid/paging/paging.test.js
@@ -37,7 +37,7 @@ define([
37
});
38
39
describe('onPagesChange method', function () {
40
- it('Check calls "onPagesChange" method', function () {
+ it('Check call "onPagesChange" method', function () {
41
paging.updateCursor = jasmine.createSpy();
42
paging.onPagesChange();
43
expect(paging.updateCursor).toHaveBeenCalled();
0 commit comments