MCPcopy Create free account
hub / github.com/cdk-patterns/serverless /

Class

s3-angular-website/python/website/e2e/src/app.po.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { browser, by, element } from 'protractor';
2
3export class AppPage {
4 navigateTo(): Promise<unknown> {
5 return browser.get(browser.baseUrl) as Promise<unknown>;
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected