Open up all of the menus in the test component.
()
| 35 | |
| 36 | /** Open up all of the menus in the test component. */ |
| 37 | function openAllMenus() { |
| 38 | triggers[0].open(); |
| 39 | getElementsForTesting(); |
| 40 | triggers[1].open(); |
| 41 | getElementsForTesting(); |
| 42 | triggers[2].open(); |
| 43 | getElementsForTesting(); |
| 44 | } |
| 45 | |
| 46 | it( |
| 47 | 'should fill the menu stack with the latest menu at the end of the stack and oldest at' + |
no test coverage detected
searching dependent graphs…