Skip to content

Commit d0872f1

Browse files
Merge pull request #5740 from IgniteUI/astaev/issue5652-8.1.x
test(esf): Trying to fix flickering test #5652
2 parents d22a64a + 91ba224 commit d0872f1

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
@@ -5022,8 +5022,8 @@ describe('IgxGrid - Filtering actions - Excel style filtering', () => {
50225022

50235023
// Click 'sort asc' button in ESF.
50245024
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5025-
await wait(100);
50265025
fix.detectChanges();
5026+
await wait(400);
50275027
GridFunctions.clickSortAscInExcelStyleFiltering(fix);
50285028
await wait(100);
50295029
fix.detectChanges();
@@ -5060,8 +5060,8 @@ describe('IgxGrid - Filtering actions - Excel style filtering', () => {
50605060

50615061
// Click 'sort desc' button in ESF.
50625062
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5063-
await wait(100);
50645063
fix.detectChanges();
5064+
await wait(400);
50655065
GridFunctions.clickSortDescInExcelStyleFiltering(fix);
50665066
await wait(100);
50675067
fix.detectChanges();
@@ -5098,11 +5098,11 @@ describe('IgxGrid - Filtering actions - Excel style filtering', () => {
50985098

50995099
// Click 'sort desc' button in ESF.
51005100
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5101-
await wait(100);
51025101
fix.detectChanges();
5102+
await wait(400);
51035103
GridFunctions.clickSortDescInExcelStyleFiltering(fix);
5104-
await wait(100);
51055104
fix.detectChanges();
5105+
await wait(100);
51065106

51075107
// Verify data is sorted in descending order.
51085108
cells = GridFunctions.sortNativeElementsVertically(

0 commit comments

Comments
 (0)