MCPcopy Create free account
hub / github.com/TanStack/devtools / goto

Method goto

e2e/helpers/src/page-objects/devtools.ts:8–10  ·  view source on GitHub ↗
(path = '/')

Source from the content-addressed store, hash-verified

6 constructor(private readonly page: Page) {}
7
8 async goto(path = '/') {
9 await this.page.goto(path)
10 }
11
12 trigger(): Locator {
13 return this.page.getByRole('button', { name: SELECTORS.triggerName })

Callers 15

start.spec.tsFile · 0.80
theme.spec.tsFile · 0.80
resize.spec.tsFile · 0.80
pip.spec.tsFile · 0.80
hotkey.spec.tsFile · 0.80
url-flag.spec.tsFile · 0.80
smoke.spec.tsFile · 0.80
angular.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected