We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39dc6c commit a584657Copy full SHA for a584657
projects/igniteui-angular/src/lib/test-utils/grid-functions.spec.ts
@@ -605,10 +605,6 @@ export class GridFunctions {
605
return fix.debugElement.queryAll(By.css(FILTER_CHIP_CLASS));
606
}
607
608
- public static getFilterRow(fix): DebugElement {
609
- return fix.debugElement.query(By.css(FILTER_UI_ROW));
610
- }
611
-
612
public static getFilteringChipPerIndex(fix, index) {
613
return this.getFilteringCells(fix)[index].queryAll(By.css(FILTER_CHIP_CLASS));
614
0 commit comments