()
| 1518 | } |
| 1519 | |
| 1520 | openMenu() { |
| 1521 | this.fixture.componentInstance.trigger.openMenu(); |
| 1522 | this.fixture.detectChanges(); |
| 1523 | } |
| 1524 | |
| 1525 | get overlayRect() { |
| 1526 | return this._getOverlayPane().getBoundingClientRect(); |
no outgoing calls
no test coverage detected