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

Method unsetLastName

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

Source from the content-addressed store, hash-verified

18 }
19
20 unsetLastName() {
21 return element(by.css('.unset-last-name-btn')).click();
22 }
23
24 getGreetCount() {
25 return element(by.id('greet-count')).getText() as Promise<string>;

Callers 1

app.e2e-spec.tsFile · 0.80

Calls 3

elementFunction · 0.85
cssMethod · 0.80
clickMethod · 0.45

Tested by

no test coverage detected