Skip to content

Commit 8c80f31

Browse files
committed
chore(*): fix test expectations
1 parent e816c7e commit 8c80f31

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
@@ -4814,7 +4814,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
48144814
UIInteractions.clickAndSendInputElementValue(inputNativeElement, 20, fix);
48154815

48164816
const listItems = GridFunctions.getExcelStyleSearchComponentListItems(fix);
4817-
expect(listItems.length).toBe(2, 'incorrect rendered list items count');
4817+
expect(listItems.length).toBe(3, 'incorrect rendered list items count');
48184818

48194819
GridFunctions.clickExcelFilterIconFromCode(fix, grid, 'ProductName');
48204820
flush();

0 commit comments

Comments
 (0)