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 0045a6d commit 946b51aCopy full SHA for 946b51a
projects/igniteui-angular/src/lib/grids/grid/grid.pagination.spec.ts
@@ -485,7 +485,7 @@ describe('IgxGrid - Grid Paging #grid', () => {
485
expect(grid.rowList.length).toBe(5);
486
}));
487
488
- fit('paginator should show the exact number of pages when "totalRecords" is not set and "pagingMode" is remote', fakeAsync(() => {
+ it('paginator should show the exact number of pages when "totalRecords" is not set and "pagingMode" is remote', fakeAsync(() => {
489
fix = TestBed.createComponent(RemotePagingComponent);
490
fix.detectChanges();
491
tick();
0 commit comments