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

Method tab

e2e/helpers/src/page-objects/devtools.ts:29–31  ·  view source on GitHub ↗
(id: TabId)

Source from the content-addressed store, hash-verified

27 }
28
29 tab(id: TabId): Locator {
30 return this.page.getByTestId(SELECTORS.tab(id))
31 }
32
33 async isOpen(): Promise<boolean> {
34 return (await this.panel().getAttribute('data-open')) === 'true'

Callers 5

start.spec.tsFile · 0.80
nitro.spec.tsFile · 0.80
cloudflare.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected