Run change detection and extract then set the rendered elements.
()
| 89 | |
| 90 | /** Run change detection and extract then set the rendered elements. */ |
| 91 | function detectChanges() { |
| 92 | fixture.detectChanges(); |
| 93 | grabElementsForTesting(); |
| 94 | } |
| 95 | |
| 96 | /** Set focus to the MenuBar and run change detection. */ |
| 97 | function focusMenuBar() { |
no test coverage detected
searching dependent graphs…