()
| 74 | } |
| 75 | |
| 76 | async function closeDropdown() { |
| 77 | comboBox.vm.comboboxWrapper.dropdown.options.outDuration = 1; |
| 78 | |
| 79 | triggerSingleClick(document.body) |
| 80 | |
| 81 | await timeout(50) |
| 82 | } |
| 83 | |
| 84 | function findSelectedOptions() { |
| 85 | return comboBox.findAll('option').filter(option => option.element.selected); |
no test coverage detected