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 4b09361 commit 570d154Copy full SHA for 570d154
projects/igniteui-angular/src/lib/grids/grid/grid-keyBoardNav-headers.spec.ts
@@ -440,7 +440,7 @@ describe('IgxGrid - Headers Keyboard navigation #grid', () => {
440
441
const afDialog = fix.nativeElement.querySelector('.igx-advanced-filter');
442
UIInteractions.triggerKeyDownEvtUponElem('Escape', afDialog);
443
- tick(DEBOUNCETIME);
+ tick(100);
444
fix.detectChanges();
445
446
// Verify AF dialog is closed.
0 commit comments