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

Method dontSeeElementInDOM

lib/helper/WebDriver.js:1688–1695  ·  view source on GitHub ↗

* {{> dontSeeElementInDOM }} *

(locator)

Source from the content-addressed store, hash-verified

1686 *
1687 */
1688 async dontSeeElementInDOM(locator) {
1689 const res = await this._res(locator)
1690 try {
1691 return empty('elements').assert(res)
1692 } catch (e) {
1693 seeElementInDOMError(locator)
1694 }
1695 }
1696
1697 /**
1698 * {{> seeInSource }}

Callers

nothing calls this directly

Calls 4

_resMethod · 0.95
emptyFunction · 0.90
seeElementInDOMErrorFunction · 0.90
assertMethod · 0.80

Tested by

no test coverage detected