Update startup-auto-selection.e2e.ts

This commit is contained in:
Jiaying Ding
2026-08-06 17:40:48 +08:00
committed by GitHub
parent c6b581b4e8
commit 6515988ec7
+1 -1
View File
@@ -103,7 +103,7 @@ describe('web e2e: startup auto-selection', () => {
// seat with `visibility:hidden`, which Playwright reports as not visible).
await page.waitForSelector(ROOT_PHASE, { timeout: 15_000 })
expect(await page.locator(ROOT_PHASE).first().getAttribute('data-phase')).toBe('hero')
expect(await page.getByText("Let's start building").isVisible()).toBe(true)
expect(await page.getByText("Into the unknown").isVisible()).toBe(true)
expect(await page.locator('textarea').first().isVisible()).toBe(true)
releaseHistory()