()
| 2738 | tickAnimationFrames(1); |
| 2739 | |
| 2740 | const panels = () => Array.from(fixture.nativeElement.querySelectorAll('.panel')); |
| 2741 | const panelByText = (text: string) => |
| 2742 | panels().find((el) => (el as HTMLElement).textContent?.includes(text)) as |
| 2743 | HTMLElement | undefined; |
no outgoing calls
no test coverage detected