test(web): close rebased subagent coverage gaps

This commit is contained in:
imccyu
2026-08-01 10:06:14 +08:00
committed by Tianyi Cui
parent 5ef5feb01a
commit 6a02570e8f
4 changed files with 247 additions and 10 deletions

View File

@@ -67,6 +67,10 @@ describe('web e2e: navigation & panes over a rich seeded session', () => {
})
await page.goto(scaffold.baseUrl, { waitUntil: 'load' })
await page.waitForSelector('[class*="frame"]', { timeout: 30_000 })
// The frame mounts before the asynchronous session-list baseline lands.
// Search must target the settled seeded row, not the startup input that
// the ready projection replaces.
await page.getByText('1 session', { exact: true }).waitFor({ timeout: 30_000 })
}, 120_000)
afterAll(async () => {