Skip to content

Commit 334f199

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Force change detection in grid test.
1 parent d831080 commit 334f199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ describe('IgxGrid - Cell Editing #grid', () => {
11791179
fixture.detectChanges();
11801180

11811181
grid.data[0].fullName = "Test";
1182-
fixture.detectChanges();
1182+
grid.cdr.detectChanges();
11831183

11841184
cell.editMode = true;
11851185
fixture.detectChanges();

0 commit comments

Comments
 (0)