Skip to content

Commit 0139306

Browse files
committed
chore(*): Another try to fix the test #5627
1 parent 0469068 commit 0139306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/grid-functions.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ export class GridFunctions {
413413

414414
// Enter key to submit
415415
this.simulateKeyboardEvent(input, 'keydown', 'Enter');
416+
this.simulateKeyboardEvent(input, 'keyup', 'Enter');
416417
// fix.detectChanges();
417418
}
418419

@@ -424,7 +425,7 @@ export class GridFunctions {
424425
const ddList = fix.debugElement.query(By.css('div.igx-drop-down__list.igx-toggle'));
425426
this.selectFilteringCondition(condition, ddList);
426427
fix.detectChanges();
427-
428+
tick(100);
428429
this.applyFilter(value, fix);
429430
}
430431

0 commit comments

Comments
 (0)