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

Function waitForGenerationComplete

testing/e2e/tests/helpers.ts:205–209  ·  view source on GitHub ↗
(page: Page, timeout = 30_000)

Source from the content-addressed store, hash-verified

203}
204
205export async function waitForGenerationComplete(page: Page, timeout = 30_000) {
206 await expect(page.getByTestId('generation-status')).toHaveText('complete', {
207 timeout,
208 })
209}

Callers 8

video-gen.spec.tsFile · 0.90
image-gen.spec.tsFile · 0.90
tts.spec.tsFile · 0.90
audio-gen.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected