()
| 2198 | fixture.detectChanges(); |
| 2199 | let inputReference = fixture.debugElement.query(By.css('.mdc-text-field'))!.nativeElement; |
| 2200 | let openPanel = async () => { |
| 2201 | fixture.componentInstance.trigger.openPanel(); |
| 2202 | fixture.detectChanges(); |
| 2203 | fixture.detectChanges(); |
| 2204 | }; |
| 2205 | |
| 2206 | // Push the autocomplete trigger down so it won't have room to open below. |
| 2207 | inputReference.style.bottom = '0'; |
no test coverage detected
searching dependent graphs…