MCPcopy Index your code
hub / github.com/TanStack/ai / selectDevtoolsTab

Function selectDevtoolsTab

testing/e2e/tests/devtools-helpers.ts:54–59  ·  view source on GitHub ↗
(page: Page, tab: string)

Source from the content-addressed store, hash-verified

52}
53
54export async function selectDevtoolsTab(page: Page, tab: string) {
55 await page
56 .getByTestId('ai-devtools-hook-tab')
57 .filter({ hasText: tab })
58 .click()
59}
60
61export function generationCard(page: Page, hookName: string): Locator {
62 return page.locator(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected