Skip to content

Commit bc4abbb

Browse files
committed
chore(*): extend the test debounce time
1 parent 93d9b19 commit bc4abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-keyBoardNav-headers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ describe('IgxGrid - Headers Keyboard navigation #grid', () => {
470470

471471
const afDialog = fix.nativeElement.querySelector('.igx-advanced-filter');
472472
UIInteractions.triggerKeyDownEvtUponElem('Escape', afDialog);
473-
tick(DEBOUNCETIME);
473+
tick(100);
474474
fix.detectChanges();
475475

476476
// Verify AF dialog is closed.

0 commit comments

Comments
 (0)