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

Method getGreetText

integration/cli-signal-inputs/e2e/src/app.po.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 }
7
8 getGreetText() {
9 return element(by.css('.greet-text')).getText() as Promise<string>;
10 }
11
12 getUnboundLastNameGreetText() {
13 return element(by.css('.unbound-last-name .greet-text')).getText() as Promise<string>;

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