mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
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:
@@ -48,7 +48,7 @@ test.describe('Weekend home (seeded canonical context)', () => {
|
|||||||
await expect(page.getByTestId('data-library')).toBeVisible()
|
await expect(page.getByTestId('data-library')).toBeVisible()
|
||||||
|
|
||||||
await page.goto('/live')
|
await page.goto('/live')
|
||||||
await expect(page.getByTestId('live-empty')).toBeVisible()
|
await expect(page.getByTestId('live-inactive')).toBeVisible()
|
||||||
|
|
||||||
await page.goto('/explore')
|
await page.goto('/explore')
|
||||||
await expect(page.getByTestId('explore-page')).toBeVisible()
|
await expect(page.getByTestId('explore-page')).toBeVisible()
|
||||||
|
|||||||
Reference in New Issue
Block a user