Skip to content

Commit 5a4826b

Browse files
committed
chore(*): Forgot to change test name
1 parent 99f83b4 commit 5a4826b

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
@@ -4469,7 +4469,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
44694469
expect(loadingIndicator).toBeNull('esf loading indicator is visible');
44704470
}));
44714471

4472-
it('Done callback should be executed only once per column', fakeAsync(() => {
4472+
it('Should not execute done callback for null column', fakeAsync(() => {
44734473
const compInstance = fix.componentInstance as IgxGridFilteringESFLoadOnDemandComponent;
44744474
GridFunctions.clickExcelFilterIcon(fix, 'ProductName');
44754475
fix.detectChanges();

0 commit comments

Comments
 (0)