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

Method dontSeeInSource

lib/helper/Puppeteer.js:1846–1849  ·  view source on GitHub ↗

* {{> dontSeeInSource }}

(text)

Source from the content-addressed store, hash-verified

1844 * {{> dontSeeInSource }}
1845 */
1846 async dontSeeInSource(text) {
1847 const source = await this.page.content()
1848 stringIncludes('HTML source of a page').negate(text, source)
1849 }
1850
1851 /**
1852 * {{> seeNumberOfElements }}

Callers 9

Playwright_test.jsFile · 0.45
WebDriver_test.jsFile · 0.45
Puppeteer_test.jsFile · 0.45
Appium_test.jsFile · 0.45
testsFunction · 0.45

Calls 1

negateMethod · 0.80

Tested by

no test coverage detected