MCPcopy Create free account
hub / github.com/auth0-samples/auth0-ionic-samples / AppPage

Class AppPage

angular/e2e/src/app.po.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { browser, by, element } from 'protractor';
2
3export class AppPage {
4 navigateTo() {
5 return browser.get('/');
6 }
7
8 getParagraphText() {
9 return element(by.deepCss('app-root ion-content')).getText();
10 }
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected