fix(web): adopt authenticated scaffold URL and post-merge golden in feedback-release lane

This commit is contained in:
creatixchu
2026-08-26 10:14:20 +08:00
parent 9c37f7a553
commit 66f2938b63
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ describe('web e2e: feedback-gated release under the shipped default mode', () =>
browser = await chromium.launch()
page = await newEnglishPage(browser)
tripwire = watchConsole(page)
await page.goto(scaffold.baseUrl, { waitUntil: 'load' })
await page.goto(scaffold.authenticatedUrl, { waitUntil: 'load' })
await page.waitForSelector('[class*="frame"]', { timeout: 30_000 })
await connectFreshWorkspace(page, scaffold.workspaceCwd)
}, 120_000)
@@ -9,6 +9,10 @@
- tablist:
- tab "Chat" [selected]
- tab "Trajectory"
- button "System prompt":
- img
- img
- text: System prompt
- text: Reply with the single word LIGHTHOUSE and stop. {{clock}}
- button "Copy":
- img