Skip to content

Commit 514bdb8

Browse files
committed
chore(*): Desperate attempt to fix the moving
1 parent 08c44f7 commit 514bdb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/grids/tree-grid/src/tree-grid-integration.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('IgxTreeGrid - Integration #tGrid', () => {
142142

143143
UIInteractions.simulatePointerEvent('pointerup', header, 550, 20);
144144
await wait();
145-
// fix.detectChanges();
145+
fix.detectChanges();
146146

147147
const headerCells = fix.debugElement.queryAll(By.css('igx-grid-header')).map(h => h.nativeElement.innerText.trim());
148148
expect(headerCells[0]).toBe('Name');
@@ -330,6 +330,7 @@ describe('IgxTreeGrid - Integration #tGrid', () => {
330330

331331
UIInteractions.simulatePointerEvent('pointerup', header, 550, 20);
332332
await wait();
333+
fix.detectChanges();
333334

334335
const headerCells = fix.debugElement.queryAll(By.css('igx-grid-header')).map(h => h.nativeElement.innerText.trim());
335336
expect(headerCells[0]).toBe('ParentID');

0 commit comments

Comments
 (0)