From ad870c040c3c2c32d2ea8b111d5b5354e04b89a2 Mon Sep 17 00:00:00 2001 From: AmanTahiliani Date: Sun, 12 Jul 2026 18:54:15 -0400 Subject: [PATCH] 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 --- tests/weekend.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/weekend.spec.ts b/tests/weekend.spec.ts index 565d015..e00f2d0 100644 --- a/tests/weekend.spec.ts +++ b/tests/weekend.spec.ts @@ -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()