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

Method dontSeeInCurrentUrl

lib/helper/Puppeteer.js:1745–1747  ·  view source on GitHub ↗

* {{> dontSeeInCurrentUrl }}

(url)

Source from the content-addressed store, hash-verified

1743 * {{> dontSeeInCurrentUrl }}
1744 */
1745 async dontSeeInCurrentUrl(url) {
1746 stringIncludes('url').negate(url, await this._getPageUrl())
1747 }
1748
1749 /**
1750 * {{> seeCurrentUrlEquals }}

Callers 7

AppiumWeb_test.jsFile · 0.45
testsFunction · 0.45
config_test.jsFile · 0.45
session_test.jsFile · 0.45

Calls 2

_getPageUrlMethod · 0.95
negateMethod · 0.80

Tested by

no test coverage detected