MCPcopy
hub / github.com/vuejs/core / goto

Method goto

packages/vue/__tests__/e2e/e2eBrowserUtils.ts:111–111  ·  view source on GitHub ↗
(url?: string)

Source from the content-addressed store, hash-verified

109
110interface BrowserPage {
111 goto(url?: string): Promise<void>
112 waitForSelector(selector: string): Promise<Element>
113 evaluate<R>(fn: () => R | Promise<R>): Promise<R>
114 evaluate<Arg, R>(fn: (arg: Arg) => R | Promise<R>, arg: Arg): Promise<R>

Callers 8

testGridFunction · 0.80
testSvgFunction · 0.80
testCommitsFunction · 0.80
testTreeFunction · 0.80
goToCaseFunction · 0.80
testMarkdownFunction · 0.80
testTodomvcFunction · 0.80

Calls

no outgoing calls

Tested by 7

testGridFunction · 0.64
testSvgFunction · 0.64
testCommitsFunction · 0.64
testTreeFunction · 0.64
goToCaseFunction · 0.64
testMarkdownFunction · 0.64
testTodomvcFunction · 0.64