()
| 351 | } |
| 352 | |
| 353 | function getEditInput(): HTMLElement { |
| 354 | return chipNativeElement.querySelector('.mat-chip-edit-input')!; |
| 355 | } |
| 356 | |
| 357 | it('should set the role of the primary action to gridcell', () => { |
| 358 | testComponent.editable = false; |
no outgoing calls
no test coverage detected
searching dependent graphs…