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

Function assertClosed

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

Source from the content-addressed store, hash-verified

90 }
91
92 function assertClosed(paramName) {
93 let paramItem = findParamItem(paramName);
94 expect(paramItem).not.toBeNil()
95
96 expect(hasClass(paramItem.$el, 'active')).toBeFalse()
97 }
98
99 async function setValue(paramName, fieldName, value) {
100 let paramItem = findParamItem(paramName);

Callers 1

Calls 2

hasClassFunction · 0.90
findParamItemFunction · 0.85

Tested by

no test coverage detected