(optionIndex: number)
| 84 | }); |
| 85 | |
| 86 | function selectScenario(optionIndex: number) { |
| 87 | // Switch to the current scenario by clicking the corresponding option. |
| 88 | element.all(by.tagName('option')).get(optionIndex).click(); |
| 89 | } |
| 90 | |
| 91 | function create() { |
| 92 | $('#create').click(); |
no test coverage detected
searching dependent graphs…