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