Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ dontSeeInTitle
Method
dontSeeInTitle
lib/helper/Playwright.js:1729–1732 ·
view source on GitHub ↗
* {{> dontSeeInTitle }}
(text)
Source
from the content-addressed store, hash-verified
1727
* {{> dontSeeInTitle }}
1728
*/
1729
async
dontSeeInTitle(text) {
1730
const
title =
await
this.page.title()
1731
stringIncludes(
'web page title'
).negate(text, title)
1732
}
1733
1734
/**
1735
* {{> grabTitle }}
Callers
nothing calls this directly
Calls
2
title
Method · 0.80
negate
Method · 0.80
Tested by
no test coverage detected