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

Function assertOpen

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

Source from the content-addressed store, hash-verified

65 }
66
67 function assertOpen(paramName) {
68 let paramItem = findParamItem(paramName);
69 expect(paramItem).not.toBeNil()
70
71 expect(hasClass(paramItem.$el, 'active')).toBeTrue()
72 }
73
74 function getButton(item, buttonName) {
75 let icon = $(item.$el)

Callers 1

Calls 2

hasClassFunction · 0.90
findParamItemFunction · 0.85

Tested by

no test coverage detected