Skip to content

Commit 99bdd0d

Browse files
committed
chore(*): remove unnecessary fit
1 parent f5512e8 commit 99bdd0d

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
@@ -5934,7 +5934,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
59345934
fix.detectChanges();
59355935
}));
59365936

5937-
fit('Should allow hosting Excel Style filtering component outside of the grid.', fakeAsync(() => {
5937+
it('Should allow hosting Excel Style filtering component outside of the grid.', fakeAsync(() => {
59385938
// sort
59395939
GridFunctions.clickSortAscInExcelStyleFiltering(fix);
59405940
fix.detectChanges();

0 commit comments

Comments
 (0)