Skip to content

Commit 7c6b041

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Adding another wait for second scroll in test.
1 parent 89d337f commit 7c6b041

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,8 @@ describe('IgxGrid - Keyboard navigation', () => {
853853
grid.navigateTo(50, 50, (args) => { args.target.nativeElement.focus(); });
854854
await wait(DEBOUNCETIME);
855855
fix.detectChanges();
856+
await wait(DEBOUNCETIME);
857+
fix.detectChanges();
856858

857859
const target = grid.getCellByColumn(50, '50');
858860
expect(target).toBeDefined();

0 commit comments

Comments
 (0)