Skip to content

Commit a584657

Browse files
committed
chore(*): remove duplicate method
1 parent f39dc6c commit a584657

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/igniteui-angular/src/lib/test-utils/grid-functions.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,6 @@ export class GridFunctions {
605605
return fix.debugElement.queryAll(By.css(FILTER_CHIP_CLASS));
606606
}
607607

608-
public static getFilterRow(fix): DebugElement {
609-
return fix.debugElement.query(By.css(FILTER_UI_ROW));
610-
}
611-
612608
public static getFilteringChipPerIndex(fix, index) {
613609
return this.getFilteringCells(fix)[index].queryAll(By.css(FILTER_CHIP_CLASS));
614610
}

0 commit comments

Comments
 (0)