mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-08 04:06:18 -04:00
fix(#74): settle on just-finished session and coherent feed health
Prefer previous_completed_session for Live settling link/poll/readiness so an older ready default cannot short-circuit handoff; show reconnecting when phase is disconnected even if browser SSE stays open; refresh Live visuals and add active responsive snapshots against the Weekend shell. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
tests/visual/live-active.spec.ts
Normal file
9
tests/visual/live-active.spec.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { test } from '@playwright/test'
|
||||
import { gotoLiveActiveReady, screenshotPage } from './helpers'
|
||||
|
||||
test.describe('Live active visual regression', () => {
|
||||
test('live-active', async ({ page }) => {
|
||||
await gotoLiveActiveReady(page)
|
||||
await screenshotPage(page, 'live-active')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user