Skip to content

Commit 3a84f2b

Browse files
Svetoslav KrastevSvetoslav Krastev
authored andcommitted
chore(*): Try fixing unrelated failing tab test.
1 parent 7566570 commit 3a84f2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,6 +2376,8 @@ describe('IgxGrid Component Tests #grid', () => {
23762376
tab.items.toArray()[1].selected = true;
23772377
await wait(100);
23782378
fix.detectChanges();
2379+
await wait(100);
2380+
fix.detectChanges();
23792381

23802382
grid.navigateTo(grid.data.length - 1, grid.columnList.length - 1);
23812383
await wait(100);

0 commit comments

Comments
 (0)