Skip to content

Commit 9442383

Browse files
committed
test(filtering): Removing ticks from test #6519
1 parent 256f247 commit 9442383

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3466,14 +3466,10 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
34663466
const dropdownList = fix.debugElement.query(By.css('div.igx-drop-down__list.igx-toggle'));
34673467
GridFunctions.selectFilteringCondition('Empty', dropdownList);
34683468
fix.detectChanges();
3469-
tick(16);
34703469
GridFunctions.openFilterDD(fix.debugElement);
34713470
GridFunctions.selectFilteringCondition('Contains', dropdownList);
34723471
fix.detectChanges();
3473-
tick(16);
3474-
34753472
GridFunctions.closeFilterRow(fix);
3476-
tick(16);
34773473

34783474
const headerChip = GridFunctions.getFilterChipsForColumn('ProductName', fix);
34793475
expect(headerChip.length).toBe(1);

0 commit comments

Comments
 (0)