We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0469068 commit 0139306Copy full SHA for 0139306
projects/igniteui-angular/src/lib/test-utils/grid-functions.spec.ts
@@ -413,6 +413,7 @@ export class GridFunctions {
413
414
// Enter key to submit
415
this.simulateKeyboardEvent(input, 'keydown', 'Enter');
416
+ this.simulateKeyboardEvent(input, 'keyup', 'Enter');
417
// fix.detectChanges();
418
}
419
@@ -424,7 +425,7 @@ export class GridFunctions {
424
425
const ddList = fix.debugElement.query(By.css('div.igx-drop-down__list.igx-toggle'));
426
this.selectFilteringCondition(condition, ddList);
427
fix.detectChanges();
-
428
+ tick(100);
429
this.applyFilter(value, fix);
430
431
0 commit comments