Skip to content

Commit 7351dea

Browse files
committed
chore(*): remove leftover fit #6594
1 parent 9c8ca33 commit 7351dea

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
@@ -3444,7 +3444,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
34443444
expect(headerChip.length).toBe(1);
34453445
}));
34463446

3447-
fit('Should commit the input and new chip after focus out and should edit chip without creating new one.', fakeAsync(() => {
3447+
it('Should commit the input and new chip after focus out and should edit chip without creating new one.', fakeAsync(() => {
34483448
// Click date filter chip to show filter row.
34493449
const filterCells = fix.debugElement.queryAll(By.directive(IgxGridFilteringCellComponent));
34503450
const dateFilterCell = filterCells.find((fc) => fc.componentInstance.column.field === 'ReleaseDate');

0 commit comments

Comments
 (0)