MCPcopy 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
3export 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.tsFile · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected