Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
Calls
3
element
Function · 0.85
css
Method · 0.80
click
Method · 0.45
Tested by
no test coverage detected