Skip to content

Commit c297baa

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fixing tests after merge with master.
1 parent 1e0b26e commit c297baa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ describe('IgxGrid - GroupBy #grid', () => {
543543

544544
expect(grid.headerGroupContainer.nativeElement.innerText).toBe('EXPANDED');
545545
grid.toggleAllGroupRows();
546+
fix.detectChanges();
546547
expect(grid.headerGroupContainer.nativeElement.innerText).toBe('COLLAPSED');
547548

548549
}));

0 commit comments

Comments
 (0)