Skip to content

Commit 95d07ee

Browse files
committed
chore(*): Forgot to change test name
1 parent 59c998a commit 95d07ee

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

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

0 commit comments

Comments
 (0)