mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-08 04:06:18 -04:00
Distinguish FIA feed drops from true session end via terminal SessionStatus, consume canonical /api/v1/weekend-context (post-#72 rebase), poll until analysis-ready, and restore missing live-state styles plus transition/E2E/visual coverage. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -37,11 +37,11 @@ test.describe('Production serving (Go + built React)', () => {
|
||||
await expect(page.getByTestId('dl-meeting-1229')).toBeVisible()
|
||||
})
|
||||
|
||||
test('serves live route with empty state when live is disabled', async ({ page }) => {
|
||||
test('serves live route with the inactive handoff when live is disabled', async ({ page }) => {
|
||||
await page.goto('/live')
|
||||
|
||||
await expect(page.getByTestId('live-empty')).toBeVisible()
|
||||
await expect(page.getByText('No live session active')).toBeVisible()
|
||||
await expect(page.getByTestId('live-inactive')).toBeVisible()
|
||||
await expect(page.getByText('NO LIVE SESSION')).toBeVisible()
|
||||
})
|
||||
|
||||
test('primary nav links and Admin utility work from built SPA', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user