Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ navigateTo
Method
navigateTo
integration/cli-signal-inputs/e2e/src/app.po.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
export
class
AppPage {
4
navigateTo() {
5
return
browser.get(browser.baseUrl) as Promise<any>;
6
}
7
8
getGreetText() {
9
return
element(by.css(
'.greet-text'
)).getText() as Promise<string>;
Callers
1
app.e2e-spec.ts
File · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected