Skip to content

Commit 999f265

Browse files
committed
chore(*): update failing treeGrid test
1 parent 4e80365 commit 999f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid-keyBoardNav.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ describe('IgxTreeGrid - Key Board Navigation #tGrid', () => {
448448
// Go to the last parent row and expand collapse
449449
cell = treeGrid.getCellByColumn(0, 'ID');
450450
cell.nativeElement.dispatchEvent(new KeyboardEvent('keydown', { key: 'ArrowDown', ctrlKey: true }));
451-
await wait(DEBOUNCETIME);
451+
await wait(2 * DEBOUNCETIME);
452452
fix.detectChanges();
453453

454454
cell = treeGrid.getCellByColumn(9, 'ID');

0 commit comments

Comments
 (0)