* Gets the edit button inside of a chip. * @param filter Optionally filters which chips are included.
(filter: ChipEditHarnessFilters = {})
| 69 | * @param filter Optionally filters which chips are included. |
| 70 | */ |
| 71 | async geEditButton(filter: ChipEditHarnessFilters = {}): Promise<MatChipEditHarness> { |
| 72 | return this.locatorFor(MatChipEditHarness.with(filter))(); |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Gets the remove button inside of a chip. |
nothing calls this directly
no test coverage detected