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

Method seeInCurrentUrl

lib/helper/Playwright.js:2426–2428  ·  view source on GitHub ↗

* {{> seeInCurrentUrl }}

(url)

Source from the content-addressed store, hash-verified

2424 * {{> seeInCurrentUrl }}
2425 */
2426 async seeInCurrentUrl(url) {
2427 stringIncludes('url').assert(url, await this._getPageUrl())
2428 }
2429
2430 /**
2431 * {{> dontSeeInCurrentUrl }}

Callers

nothing calls this directly

Calls 2

_getPageUrlMethod · 0.95
assertMethod · 0.80

Tested by

no test coverage detected