Skip to content

Commit 0faf17c

Browse files
committed
chore(*): Forgot to change test name
1 parent db493e7 commit 0faf17c

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

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

0 commit comments

Comments
 (0)