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

Function clickOnGroup

web-src/tests/unit/main-app/scripts/ScriptList_test.js:109–114  ·  view source on GitHub ↗
(groupName)

Source from the content-addressed store, hash-verified

107 }
108
109 async function clickOnGroup(groupName) {
110 let dropdownItem = $(findGroupItem(groupName)).find('.script-group');
111 triggerSingleClick(dropdownItem.get(0));
112
113 await vueTicks();
114 }
115
116 describe('Test show list', function () {
117 it('Test show single item', async function () {

Callers 1

ScriptList_test.jsFile · 0.85

Calls 4

triggerSingleClickFunction · 0.90
vueTicksFunction · 0.90
findGroupItemFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected