Skip to content

Commit 3be4e48

Browse files
committed
test(filtering): Updating the test #5627
1 parent aabe726 commit 3be4e48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,6 +3411,11 @@ describe('IgxGrid - Filtering Row UI actions', () => {
34113411
fix.detectChanges();
34123412
tick(100);
34133413
expect(chip.componentInstance.selected).toBeFalsy();
3414+
3415+
GridFunctions.clickChip(chip);
3416+
fix.detectChanges();
3417+
tick(100);
3418+
expect(chip.componentInstance.selected).toBeTruthy();
34143419
}));
34153420
});
34163421
describe(null, () => {

0 commit comments

Comments
 (0)