MCPcopy Create free account
hub / github.com/angular/angular / getTitleText

Method getTitleText

integration/trusted-types/e2e/src/app.po.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 async getTitleText(): Promise<string> {
21 return element(by.css('app-root .content span')).getText();
22 }
23
24 async getBoundHtmlText(): Promise<string> {
25 return element(by.css('#bound-html span')).getText();

Callers 1

app.e2e-spec.tsFile · 0.80

Calls 3

elementFunction · 0.85
getTextMethod · 0.80
cssMethod · 0.80

Tested by

no test coverage detected