()
| 279 | } |
| 280 | |
| 281 | function openShareMenu() { |
| 282 | dispatchKeyboardEvent(nativeMenus[0], 'keydown', DOWN_ARROW); |
| 283 | dispatchKeyboardEvent(document.activeElement!, 'keydown', RIGHT_ARROW); |
| 284 | detectChanges(); |
| 285 | } |
| 286 | |
| 287 | it('should open the submenu with focus on item with menu on right arrow press', () => { |
| 288 | openFileMenu(); |
no test coverage detected
searching dependent graphs…