Skip to content

Commit 00b28c9

Browse files
committed
test(filtering): Trying to fix flickering tests #5652
1 parent 78364e7 commit 00b28c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4980,8 +4980,8 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
49804980

49814981
// Click 'sort asc' button in ESF.
49824982
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
4983-
await wait(100);
49844983
fix.detectChanges();
4984+
await wait(400);
49854985
GridFunctions.clickSortAscInExcelStyleFiltering(fix);
49864986
await wait(100);
49874987
fix.detectChanges();
@@ -5018,8 +5018,8 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
50185018

50195019
// Click 'sort desc' button in ESF.
50205020
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5021-
await wait(100);
50225021
fix.detectChanges();
5022+
await wait(400);
50235023
GridFunctions.clickSortDescInExcelStyleFiltering(fix);
50245024
await wait(100);
50255025
fix.detectChanges();

0 commit comments

Comments
 (0)