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 93d9b19 commit bc4abbbCopy full SHA for bc4abbb
projects/igniteui-angular/src/lib/grids/grid/grid-keyBoardNav-headers.spec.ts
@@ -470,7 +470,7 @@ describe('IgxGrid - Headers Keyboard navigation #grid', () => {
470
471
const afDialog = fix.nativeElement.querySelector('.igx-advanced-filter');
472
UIInteractions.triggerKeyDownEvtUponElem('Escape', afDialog);
473
- tick(DEBOUNCETIME);
+ tick(100);
474
fix.detectChanges();
475
476
// Verify AF dialog is closed.
0 commit comments