MCPcopy Create free account
hub / github.com/TanStack/ai / goToChatPage

Function goToChatPage

testing/panel/tests/helpers.ts:378–384  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

376 * Navigate to the chat page and wait for it to load
377 */
378export async function goToChatPage(page: Page): Promise<void> {
379 await page.goto('/')
380 // Wait for the model selector to be visible
381 await page.locator('select').first().waitFor({ state: 'visible' })
382 // Wait a bit for hydration
383 await page.waitForTimeout(500)
384}
385
386/**
387 * Navigate to the summarize page and wait for it to load

Callers 2

tool-flow.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected