Skip to content

Commit 8ff256c

Browse files
MKirovaMKirova
authored andcommitted
Add a wait to ensure zone stable callback has time to resolve.
1 parent 532828b commit 8ff256c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3860,6 +3860,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
38603860
scrollbar.scrollTop = displayContainer.getBoundingClientRect().height / 2;
38613861
await wait(200);
38623862
fix.detectChanges();
3863+
await wait(100);
38633864

38643865
// Type string in search box
38653866
const inputNativeElement = GridFunctions.getExcelStyleSearchComponentInput(fix, searchComponent);

0 commit comments

Comments
 (0)