MCPcopy Create free account
hub / github.com/bugy/script-server / getOptionTexts

Function getOptionTexts

web-src/tests/unit/textfield_test.js:378–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers 1

textfield_test.jsFile · 0.85

Calls 1

mapArrayWrapperFunction · 0.90

Tested by

no test coverage detected