()
| 2676 | tickAnimationFrames(1); |
| 2677 | |
| 2678 | const panels = () => Array.from(fixture.nativeElement.querySelectorAll('.panel')); |
| 2679 | const panelByText = (text: string) => |
| 2680 | panels().find((el) => (el as HTMLElement).textContent?.includes(text)) as |
| 2681 | | HTMLElement |
no outgoing calls
no test coverage detected
searching dependent graphs…