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

Method dontSeeInCurrentUrl

lib/helper/Playwright.js:2433–2435  ·  view source on GitHub ↗

* {{> dontSeeInCurrentUrl }}

(url)

Source from the content-addressed store, hash-verified

2431 * {{> dontSeeInCurrentUrl }}
2432 */
2433 async dontSeeInCurrentUrl(url) {
2434 stringIncludes('url').negate(url, await this._getPageUrl())
2435 }
2436
2437 /**
2438 * {{> seeCurrentUrlEquals }}

Callers

nothing calls this directly

Calls 2

_getPageUrlMethod · 0.95
negateMethod · 0.80

Tested by

no test coverage detected