MCPcopy Index your code
hub / github.com/json-editor/json-editor / seeDisabledAttribute

Method seeDisabledAttribute

config/codeceptjs_helpers.js:84–87  ·  view source on GitHub ↗
(xpath)

Source from the content-addressed store, hash-verified

82 // Custom seeDisabledAttribute function.
83 // Evaluates true if xpath is disabled
84 async seeDisabledAttribute (xpath) {
85 const helper = this.helpers['Puppeteer'] || this.helpers['WebDriver']
86 return await helper.waitForElement(xpath + ':disabled')
87 }
88
89 // Custom dontSeeDisabledAttributet function.
90 // Evaluates true if xpath is not disabled

Callers 9

array_test.jsFile · 0.80
object_test.jsFile · 0.80
button_test.jsFile · 0.80
checkbox_test.jsFile · 0.80
rating_test.jsFile · 0.80
select_test.jsFile · 0.80
radio_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected