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

Method dontSeeInCurrentUrl

lib/helper/WebDriver.js:1841–1844  ·  view source on GitHub ↗

* {{> dontSeeInCurrentUrl }} *

(url)

Source from the content-addressed store, hash-verified

1839 *
1840 */
1841 async dontSeeInCurrentUrl(url) {
1842 const res = await this.browser.getUrl()
1843 return stringIncludes('url').negate(url, decodeUrl(res))
1844 }
1845
1846 /**
1847 * {{> seeCurrentUrlEquals }}

Callers

nothing calls this directly

Calls 2

decodeUrlFunction · 0.90
negateMethod · 0.80

Tested by

no test coverage detected