()
| 635 | } |
| 636 | |
| 637 | function openFontMenu() { |
| 638 | focusMenuBar(); |
| 639 | dispatchKeyboardEvent(menuBarNativeItems[0], 'keydown', SPACE); |
| 640 | detectChanges(); |
| 641 | } |
| 642 | |
| 643 | beforeEach(() => { |
| 644 | fixture = TestBed.createComponent(MenuWithCheckboxes); |
no test coverage detected
searching dependent graphs…