Skip to content

Commit 3551243

Browse files
committed
chore(*): update failing tests
1 parent b82ddc8 commit 3551243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ describe('IgxGrid - Keyboard navigation #grid', () => {
504504
fix.detectChanges();
505505

506506
UIInteractions.triggerKeyDownWithBlur('arrowdown', cell.nativeElement, true, false, false, true);
507-
await wait(DEBOUNCETIME);
507+
await wait(100);
508508
fix.detectChanges();
509509
cell = grid.getCellByColumn(999, 'value');
510510
GridSelectionFunctions.verifyGridCellSelected(fix, cell);
@@ -515,7 +515,7 @@ describe('IgxGrid - Keyboard navigation #grid', () => {
515515
fix.detectChanges();
516516

517517
UIInteractions.triggerKeyDownWithBlur('arrowup', cell.nativeElement, true, false, false, true);
518-
await wait(DEBOUNCETIME);
518+
await wait(100);
519519
fix.detectChanges();
520520

521521
cell = grid.getCellByColumn(0, 'other');

0 commit comments

Comments
 (0)