style(web): use single quotes in hero expectations

This commit is contained in:
Jiaying Ding
2026-08-07 11:54:45 +08:00
committed by GitHub
parent 9ac6acd7b6
commit 716361844c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ describe('web e2e: lifecycle & chrome (workspace flow / reload / dark mode)', ()
}
// The blank frame renders the hero, not the resident composer: the
// headline plus the guidance placeholder are the empty state's anchors.
await expect.poll(() => page.getByText("Into the unknown", { exact: false }).count(), { timeout: 15_000 }).toBe(1)
await expect.poll(() => page.getByText('Into the unknown', { exact: false }).count(), { timeout: 15_000 }).toBe(1)
const input = page.locator('textarea').first()
await input.waitFor({ timeout: 10_000 })
if (MODE !== 'record') {