Skip to content

Commit ece3c07

Browse files
committed
chore(*): remove leftover fit
1 parent 12ffcac commit ece3c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
16411641
expect(conditionChips.length).toBe(0);
16421642
}));
16431643

1644-
fit('Should open/close filterRow for respective column when pressing \'ctrl + shift + l\' on its filterCell chip.',
1644+
it('Should open/close filterRow for respective column when pressing \'ctrl + shift + l\' on its filterCell chip.',
16451645
fakeAsync(() => {
16461646
// Verify filterRow is not opened.
16471647
let filterUIRow = fix.debugElement.query(By.css(FILTER_UI_ROW));
@@ -4326,7 +4326,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
43264326
expect(excelMenu).toBeNull();
43274327
}));
43284328

4329-
it('Should open/close filterRow for respective column when pressing \'ctrl + shift + l\' on its filterCell chip.',
4329+
it('Should open/close ESF menu for respective column when pressing \'ctrl + shift + l\' on its filterCell chip.',
43304330
fakeAsync(() => {
43314331
let excelMenu = GridFunctions.getExcelStyleFilteringComponent(fix);
43324332
// Verify ESF is not visible.

0 commit comments

Comments
 (0)