Skip to content

Commit 64e3652

Browse files
HristoP96HristoP96
authored andcommitted
chore(*): remove redundant method
1 parent 9e08f9f commit 64e3652

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export class ControlsFunction {
1919
return chip.querySelector(CHIP_REMOVE_BUTTON);
2020
}
2121

22-
public static getAllChipsFromAnElement(element: DebugElement): DebugElement[] {
23-
return element.queryAll(By.directive(IgxChipComponent));
24-
}
25-
2622
public static clickChipRemoveButton(chip: HTMLElement) {
2723
const removeButton = ControlsFunction.getChipRemoveButton(chip);
2824
removeButton.click();

0 commit comments

Comments
 (0)