Get the context in which the context menu should trigger.
()
| 37 | |
| 38 | /** Get the context in which the context menu should trigger. */ |
| 39 | function getMenuTrigger() { |
| 40 | return fixture.componentInstance.triggerElement.nativeElement; |
| 41 | } |
| 42 | |
| 43 | /** Open up the context menu and run change detection. */ |
| 44 | function openContextMenu() { |
no outgoing calls
no test coverage detected
searching dependent graphs…