()
| 2721 | tickAnimationFrames(1); |
| 2722 | |
| 2723 | const panels = () => Array.from(fixture.nativeElement.querySelectorAll('.panel')); |
| 2724 | const panelByText = (text: string) => |
| 2725 | panels().find((el) => (el as HTMLElement).textContent?.includes(text)) as |
| 2726 | HTMLElement | undefined; |
no outgoing calls
no test coverage detected