()
| 371 | }); |
| 372 | |
| 373 | async function clickOnInputField() { |
| 374 | await autocompleteComponent.find('input').trigger('click') |
| 375 | await timeout(150) |
| 376 | } |
| 377 | |
| 378 | function getOptionTexts() { |
| 379 | const listElements = autocompleteComponent.findAll('ul li') |
no test coverage detected