Skip to content

Commit 6c50b70

Browse files
committed
test(grid): Change the test expect
1 parent 474d3f7 commit 6c50b70

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
@@ -4464,7 +4464,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
44644464
fix.detectChanges();
44654465
expect(compInstance.doneCallbackCounter).toBe(2, 'Incorrect done callback execution count');
44664466
listItems = GridFunctions.getExcelStyleSearchComponentListItems(fix);
4467-
expect(listItems.length).toBe(9, 'incorrect rendered list items count');
4467+
expect(listItems.length).toBe(8, 'incorrect rendered list items count');
44684468
loadingIndicator = GridFunctions.getExcelFilteringLoadingIndicator(fix);
44694469
expect(loadingIndicator).toBeNull('esf loading indicator is visible');
44704470
}));

0 commit comments

Comments
 (0)