Skip to content

Commit 09ec92b

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Update scroll throttle multiplier for multi cell selection tests.
1 parent f4ca917 commit 09ec92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/igniteui-angular/grids/tree-grid/src/tree-grid-multi-cell-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('IgxTreeGrid - Multi Cell selection #tGrid', () => {
3434

3535
beforeEach(() => {
3636
TestBed.configureTestingModule({
37-
providers: [{ provide: SCROLL_THROTTLE_TIME_MULTIPLIER, useValue: 1 }]
37+
providers: [{ provide: SCROLL_THROTTLE_TIME_MULTIPLIER, useValue: 0 }]
3838
});
3939
fix = TestBed.createComponent(IgxTreeGridSelectionKeyComponent);
4040
fix.detectChanges();

0 commit comments

Comments
 (0)