Watchlist e2e: Coverage page does not render heading after navigation #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
E2E run:
bun run test:e2eon 2026-03-16Failing spec:
e2e/watchlist.spec.ts:57coverage save stays metadata-only until sync filings is clickedObserved behavior:
page.goto('/watchlist', { waitUntil: 'domcontentloaded' }), the page never renders theCoverageheading within 30s.Failure excerpt:
expect(getByRole(heading, { name: Coverage, exact: true })).toBeVisible()timed outArtifacts:
output/playwright/test-results/watchlist-coverage-save-st-ee467-til-sync-filings-is-clicked/error-context.mdoutput/playwright/test-results/watchlist-coverage-save-st-ee467-til-sync-filings-is-clicked/test-failed-1.pngoutput/playwright/test-results/watchlist-coverage-save-st-ee467-til-sync-filings-is-clicked/trace.zipNeeds investigation on the watchlist route render path and any auth/session dependency on direct navigation.