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

Function clickAddButton

web-src/tests/unit/admin/ParameterList_test.js:359–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357
358 describe('Test add parameter', function () {
359 const clickAddButton = () => {
360 const addParamButton = $(list.$el).find('li.add-param-item').get(0);
361 triggerSingleClick(addParamButton);
362 };
363
364 it('Test add parameter', async function () {
365 clickAddButton();

Callers 1

Calls 2

triggerSingleClickFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected