Skip to content

Commit 3090c76

Browse files
committed
chore(*): update master details tests
1 parent bcf0f99 commit 3090c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ describe('IgxGrid Master Detail #grid', () => {
373373
const targetCellElement = grid.getCellByColumn(4, 'ContactName');
374374

375375
GridFunctions.simulateCellKeydown(targetCellElement, 'ArrowDown');
376-
await wait();
376+
await wait(DEBOUNCETIME);
377377
fix.detectChanges();
378378

379379
const detailRow = GridFunctions.getMasterRowDetail(row);
@@ -479,7 +479,7 @@ describe('IgxGrid Master Detail #grid', () => {
479479
expect(document.activeElement).toBe(detailRow);
480480

481481
GridFunctions.simulateDetailKeydown(grid, prevRow, 'Tab', false, true);
482-
await wait();
482+
await wait(DEBOUNCETIME);
483483
fix.detectChanges();
484484

485485
expect(document.activeElement).toBe(grid.getCellByColumn(0, 'CompanyName').nativeElement);

0 commit comments

Comments
 (0)