test(web): align Markdown smoke with master

This commit is contained in:
Yichen Jiang
2026-07-23 19:23:35 +08:00
parent 6f624c67c4
commit 0b0492e8ae

View File

@@ -198,7 +198,7 @@ describe('web boot chain success pass (keyless, seven real bundles, ?fixture)',
it('keeps Markdown semantic while a fixture reply streams and finalizes', async () => {
onTestFailed(() => saveFailureShot(page, 'smoke-markdown-stream'))
await page.getByRole('button', { name: 'New Session', exact: true }).click()
await page.getByRole('button', { name: 'New session', exact: true }).click()
const input = page.locator('textarea[placeholder]')
await input.waitFor({ timeout: 15_000 })
await input.fill('render markdown')