MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / seeCheckboxIsChecked

Method seeCheckboxIsChecked

lib/helper/Appium.js:1721–1724  ·  view source on GitHub ↗

* {{> seeCheckboxIsChecked }} *

(field)

Source from the content-addressed store, hash-verified

1719 *
1720 */
1721 async seeCheckboxIsChecked(field) {
1722 if (this.isWeb) return super.seeCheckboxIsChecked(field)
1723 return super.seeCheckboxIsChecked(parseLocator.call(this, field))
1724 }
1725
1726 /**
1727 * {{> seeElement }}

Callers 9

testsFunction · 0.45
session_test.jsFile · 0.45
within_test.jsFile · 0.45
els_test.jsFile · 0.45
AppiumTs.types.tsFile · 0.45
Appium.types.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected