Skip to content

Commit a559bd1

Browse files
committed
test(igxGridFiltering): romve test limit run
Closes #1501
1 parent c5999b9 commit a559bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grid/grid-filtering-ui.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ describe('IgxGrid - Filtering actions', () => {
11911191
expect(grid.onFilteringDone.emit).toHaveBeenCalledWith(args);
11921192
});
11931193

1194-
fit('When filter column with value 0 and dataType number, filtering icon class indicator should be applied', async(() => {
1194+
it('When filter column with value 0 and dataType number, filtering icon class indicator should be applied', async(() => {
11951195
const fix = TestBed.createComponent(IgxGridFilteringComponent);
11961196
fix.detectChanges();
11971197

0 commit comments

Comments
 (0)