Get the context in which the context menu should trigger.
()
| 315 | |
| 316 | /** Get the context in which the context menu should trigger. */ |
| 317 | function getMenuContext() { |
| 318 | return fixture.componentInstance.trigger.nativeElement; |
| 319 | } |
| 320 | |
| 321 | /** Get the inline menus trigger element. */ |
| 322 | function getInlineMenuTrigger() { |