Skip to content

Commit

Permalink
test(grid): Removing a fit #4998
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed Aug 29, 2019
1 parent b254d1c commit ebe144a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ describe('IgxGrid - Row Selection #grid', () => {
expect(fix.componentInstance.onHeaderCheckboxClick).toHaveBeenCalledWith(new MouseEvent('click'), contextUnselect);
});

fit('Should have correct indices on all pages', () => {
it('Should have correct indices on all pages', () => {
grid.nextPage();
fix.detectChanges();

Expand Down

0 comments on commit ebe144a

Please sign in to comment.