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

Method seeInCurrentUrl

lib/helper/Puppeteer.js:1738–1740  ·  view source on GitHub ↗

* {{> seeInCurrentUrl }}

(url)

Source from the content-addressed store, hash-verified

1736 * {{> seeInCurrentUrl }}
1737 */
1738 async seeInCurrentUrl(url) {
1739 stringIncludes('url').assert(url, await this._getPageUrl())
1740 }
1741
1742 /**
1743 * {{> dontSeeInCurrentUrl }}

Callers 13

AppiumWeb_test.jsFile · 0.45
Playwright_test.jsFile · 0.45
WebDriver_test.jsFile · 0.45
Puppeteer_test.jsFile · 0.45
testsFunction · 0.45
config_test.jsFile · 0.45
session_test.jsFile · 0.45
steps.jsFile · 0.45
github_test.jsFile · 0.45

Calls 2

_getPageUrlMethod · 0.95
assertMethod · 0.80

Tested by

no test coverage detected