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

Method setLastName

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

Source from the content-addressed store, hash-verified

14 }
15
16 setLastName() {
17 return element(by.css('.set-last-name-btn')).click();
18 }
19
20 unsetLastName() {
21 return element(by.css('.unset-last-name-btn')).click();

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