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

Method seeTitleEquals

lib/helper/Playwright.js:1721–1724  ·  view source on GitHub ↗

* {{> seeTitleEquals }}

(text)

Source from the content-addressed store, hash-verified

1719 * {{> seeTitleEquals }}
1720 */
1721 async seeTitleEquals(text) {
1722 const title = await this.page.title()
1723 return equals('web page title').assert(title, text)
1724 }
1725
1726 /**
1727 * {{> dontSeeInTitle }}

Callers

nothing calls this directly

Calls 3

equalsFunction · 0.90
titleMethod · 0.80
assertMethod · 0.80

Tested by

no test coverage detected