Skip to content

Commit 804f743

Browse files
committed
test(grid): add tick to avoid test pollution
1 parent 20bfcaf commit 804f743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3388,6 +3388,8 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
33883388

33893389
expect(grid.pinnedColumns.length).toBe(1);
33903390
expect(grid.pinnedColumns[0].field).toBe(columnToPin.field);
3391+
3392+
tick(16);
33913393
}));
33923394

33933395
it('Should pin column when clicking buttons.', fakeAsync(() => {

0 commit comments

Comments
 (0)