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

Method dontSeeCheckboxIsChecked

lib/helper/Appium.js:1559–1562  ·  view source on GitHub ↗

* {{> dontSeeCheckboxIsChecked }} *

(field)

Source from the content-addressed store, hash-verified

1557 *
1558 */
1559 async dontSeeCheckboxIsChecked(field) {
1560 if (this.isWeb) return super.dontSeeCheckboxIsChecked(field)
1561 return super.dontSeeCheckboxIsChecked(parseLocator.call(this, field))
1562 }
1563
1564 /**
1565 * {{> dontSeeElement }}

Callers 12

Playwright_test.jsFile · 0.45
WebDriver_test.jsFile · 0.45
Puppeteer_test.jsFile · 0.45
testsFunction · 0.45
session_test.jsFile · 0.45
within_test.jsFile · 0.45
AppiumTs.types.tsFile · 0.45
Appium.types.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected