()
| 82 | } |
| 83 | |
| 84 | function findSelectedOptions() { |
| 85 | return comboBox.findAll('option').filter(option => option.element.selected); |
| 86 | } |
| 87 | |
| 88 | function assertNoSelection() { |
| 89 | expect(comboBox.vm.value).toBeNull(); |
no outgoing calls
no test coverage detected