()
| 376 | } |
| 377 | |
| 378 | function getOptionTexts() { |
| 379 | const listElements = autocompleteComponent.findAll('ul li') |
| 380 | return mapArrayWrapper(listElements, wrapper => wrapper.text()) |
| 381 | } |
| 382 | |
| 383 | it('Test open dropdown on click', async function () { |
| 384 | await clickOnInputField() |
no test coverage detected