Skip to content

Commit 60ab7c3

Browse files
committed
chore(*): removed fit from test #6567
(cherry picked from commit 247ac47)
1 parent eb25b2d commit 60ab7c3

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
@@ -4403,7 +4403,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
44034403
tick(100);
44044404
}));
44054405

4406-
fit('Should enable/disable the apply button correctly.', fakeAsync(() => {
4406+
it('Should enable/disable the apply button correctly.', fakeAsync(() => {
44074407
GridFunctions.clickExcelFilterIcon(fix, 'ProductName');
44084408
tick(100);
44094409
fix.detectChanges();

0 commit comments

Comments
 (0)