Skip to content

Commit a486cf6

Browse files
authored
Merge pull request #6087 from IgniteUI/mkirova/fix-flicker-8.2.x
chore(*): Fixing flickering test.
2 parents 94f4971 + 24f313a commit a486cf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-mrl-keyboard-nav.spec.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,8 @@ describe('IgxGrid Multi Row Layout - Keyboard navigation #grid', () => {
30723072
grid.navigateTo(10, col.visibleIndex);
30733073
await wait(DEBOUNCETIME);
30743074
fix.detectChanges();
3075+
await wait(DEBOUNCETIME);
3076+
fix.detectChanges();
30753077

30763078
// cell should be at right edge of grid
30773079
cell = grid.getCellByColumn(10, 'City');
@@ -3085,6 +3087,8 @@ describe('IgxGrid Multi Row Layout - Keyboard navigation #grid', () => {
30853087
grid.navigateTo(10, col.visibleIndex);
30863088
await wait(DEBOUNCETIME);
30873089
fix.detectChanges();
3090+
await wait(DEBOUNCETIME);
3091+
fix.detectChanges();
30883092

30893093
// cell should be at left edge of grid
30903094
cell = grid.getCellByColumn(10, 'CompanyName');
@@ -3099,6 +3103,8 @@ describe('IgxGrid Multi Row Layout - Keyboard navigation #grid', () => {
30993103
grid.navigateTo(9, col.visibleIndex);
31003104
await wait(DEBOUNCETIME);
31013105
fix.detectChanges();
3106+
await wait(DEBOUNCETIME);
3107+
fix.detectChanges();
31023108

31033109
// cell should be at right edge of grid
31043110
cell = grid.getCellByColumn(9, 'ID');

0 commit comments

Comments
 (0)