MCPcopy
hub / github.com/ionic-team/ionic-framework / goto

Method goto

core/src/components/popover/test/fixture.ts:11–13  ·  view source on GitHub ↗
(url: string, config: E2EPageOptions)

Source from the content-addressed store, hash-verified

9 }
10
11 async goto(url: string, config: E2EPageOptions) {
12 await this.page.goto(url, config);
13 }
14
15 async open(selector: string) {
16 const { page } = this;

Calls

no outgoing calls

Tested by

no test coverage detected