MCPcopy Index your code
hub / github.com/bugy/script-server / closeDropdown

Function closeDropdown

web-src/tests/unit/combobox_test.js:76–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

combobox_test.jsFile · 0.85

Calls 2

triggerSingleClickFunction · 0.90
timeoutFunction · 0.90

Tested by

no test coverage detected