Returns the current open overlay pane element.
()
| 60 | |
| 61 | /** Returns the current open overlay pane element. */ |
| 62 | function getPaneElement() { |
| 63 | return overlayContainerElement.querySelector('.cdk-overlay-pane') as HTMLElement; |
| 64 | } |
| 65 | |
| 66 | it(`should attach the overlay based on the open property`, () => { |
| 67 | fixture.componentInstance.isOpen = true; |
no outgoing calls
no test coverage detected