MCPcopy
hub / github.com/codeceptjs/CodeceptJS / dontSeeInTitle

Method dontSeeInTitle

lib/helper/Puppeteer.js:974–977  ·  view source on GitHub ↗

* {{> dontSeeInTitle }}

(text)

Source from the content-addressed store, hash-verified

972 * {{> dontSeeInTitle }}
973 */
974 async dontSeeInTitle(text) {
975 const title = await this.page.title()
976 stringIncludes('web page title').negate(text, title)
977 }
978
979 /**
980 * {{> grabTitle }}

Callers 4

testsFunction · 0.45

Calls 2

titleMethod · 0.80
negateMethod · 0.80

Tested by

no test coverage detected