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

Method seeInTitle

lib/helper/Playwright.js:1699–1702  ·  view source on GitHub ↗

* {{> seeInTitle }}

(text)

Source from the content-addressed store, hash-verified

1697 * {{> seeInTitle }}
1698 */
1699 async seeInTitle(text) {
1700 const title = await this.page.title()
1701 stringIncludes('web page title').assert(text, title)
1702 }
1703
1704 /**
1705 * {{> grabPageScrollPosition }}

Callers

nothing calls this directly

Calls 2

titleMethod · 0.80
assertMethod · 0.80

Tested by

no test coverage detected