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