Skip to content

Commit 838900d

Browse files
committed
chore(*): remove fit #6520
1 parent 37bc58b commit 838900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3350,7 +3350,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
33503350
expect(grid.rowList.length).toBe(3);
33513351
});
33523352

3353-
fit('Should close filter row when hide the current column', fakeAsync(() => {
3353+
it('Should close filter row when hide the current column', fakeAsync(() => {
33543354
GridFunctions.clickFilterCellChip(fix, 'ProductName');
33553355

33563356
// Check that the filterRow is opened

0 commit comments

Comments
 (0)