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

Method seeInCurrentUrl

lib/helper/WebDriver.js:1832–1835  ·  view source on GitHub ↗

* {{> seeInCurrentUrl }} *

(url)

Source from the content-addressed store, hash-verified

1830 *
1831 */
1832 async seeInCurrentUrl(url) {
1833 const res = await this.browser.getUrl()
1834 return stringIncludes('url').assert(url, decodeUrl(res))
1835 }
1836
1837 /**
1838 * {{> dontSeeInCurrentUrl }}

Callers

nothing calls this directly

Calls 2

decodeUrlFunction · 0.90
assertMethod · 0.80

Tested by

no test coverage detected