Skip to content

Commit 78364e7

Browse files
committed
test(esf): Trying to fix flickering test #5652
1 parent 2822fe3 commit 78364e7

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
@@ -5056,11 +5056,11 @@ describe('IgxGrid - Filtering actions - Excel style filtering #grid', () => {
50565056

50575057
// Click 'sort desc' button in ESF.
50585058
GridFunctions.clickExcelFilterIcon(fix, 'Downloads');
5059-
await wait(100);
50605059
fix.detectChanges();
5060+
await wait(400);
50615061
GridFunctions.clickSortDescInExcelStyleFiltering(fix);
5062-
await wait(100);
50635062
fix.detectChanges();
5063+
await wait(100);
50645064

50655065
// Verify data is sorted in descending order.
50665066
cells = GridFunctions.sortNativeElementsVertically(

0 commit comments

Comments
 (0)