Skip to content

Commit 31e3b0c

Browse files
Merge pull request #5746 from IgniteUI/astaev/issue5652-master
test(esf): Trying to fix flickering test #5652
2 parents 1d4d8e4 + 496fac5 commit 31e3b0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

50465046
// Click 'sort asc' button in ESF.
50475047
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5048-
await wait(100);
50495048
fix.detectChanges();
5049+
await wait(400);
50505050
GridFunctions.clickSortAscInExcelStyleFiltering(fix);
50515051
await wait(100);
50525052
fix.detectChanges();
@@ -5083,8 +5083,8 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
50835083

50845084
// Click 'sort desc' button in ESF.
50855085
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5086-
await wait(100);
50875086
fix.detectChanges();
5087+
await wait(400);
50885088
GridFunctions.clickSortDescInExcelStyleFiltering(fix);
50895089
await wait(100);
50905090
fix.detectChanges();
@@ -5121,11 +5121,11 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
51215121

51225122
// Click 'sort desc' button in ESF.
51235123
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5124-
await wait(100);
51255124
fix.detectChanges();
5125+
await wait(400);
51265126
GridFunctions.clickSortDescInExcelStyleFiltering(fix);
5127-
await wait(100);
51285127
fix.detectChanges();
5128+
await wait(100);
51295129

51305130
// Verify data is sorted in descending order.
51315131
cells = GridFunctions.sortNativeElementsVertically(

0 commit comments

Comments
 (0)