Get the context in which the copy context menu should trigger.
()
| 185 | |
| 186 | /** Get the context in which the copy context menu should trigger. */ |
| 187 | function getCopyMenuContext() { |
| 188 | return fixture.componentInstance.copyContext.nativeElement; |
| 189 | } |
| 190 | |
| 191 | /** Open up the cut context menu and run change detection. */ |
| 192 | function openCutContextMenu() { |
no outgoing calls
no test coverage detected