fix(#74): align Weekend deep-link E2E with live-inactive handoff

After rebasing onto the Weekend shell, /live no longer renders live-empty;
assert the inactive handoff surface instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-12 18:54:15 -04:00
parent dbe3ac644d
commit ad870c040c

View File

@@ -48,7 +48,7 @@ test.describe('Weekend home (seeded canonical context)', () => {
await expect(page.getByTestId('data-library')).toBeVisible()
await page.goto('/live')
await expect(page.getByTestId('live-empty')).toBeVisible()
await expect(page.getByTestId('live-inactive')).toBeVisible()
await page.goto('/explore')
await expect(page.getByTestId('explore-page')).toBeVisible()