Skip to content

Commit 55755e4

Browse files
ddariboCopilot
andauthored
Update projects/igniteui-angular/grids/grid/src/column-group.spec.ts
Co-authored-by: Copilot <[email protected]>
1 parent b00dca1 commit 55755e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/grids/grid/src/column-group.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ describe('IgxGrid - multi-column headers #grid', () => {
217217

218218
const gridContent = GridFunctions.getGridContent(fixture);
219219

220-
expect(async () => {
220+
expect(() => {
221221
gridContent.triggerEventHandler('focus', null);
222-
await wait(400);
222+
tick(400);
223223
fixture.detectChanges();
224224
}).not.toThrow();
225225
}));

0 commit comments

Comments
 (0)