Post-signup shell does not reach Command Center in e2e auth bootstrap #28
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-16Observed behavior:
Command Centerheading after account creation./, but the authenticated shell never renders the expected landing state within 30s.Failing specs grouped under this root cause:
e2e/analysis.spec.ts:126shows the overview skeleton while analysis is loadinge2e/filings.spec.ts:138direct URL entry keeps the filings ledger scoped to the URL tickere2e/financials.spec.ts:335renders the standardized operating expense tree and inspector detailse2e/graphing.spec.ts:290supports graphing compare controls and partial failurese2e/graphing.spec.ts:324distinguishes not meaningful metrics from missing data in the latest values tableRepresentative failure:
expect(getByRole(heading, { name: Command Center })).toBeVisible()timed out after 30sArtifacts:
output/playwright/test-results/analysis-shows-the-overvie-6b9b1-n-while-analysis-is-loading/error-context.mdoutput/playwright/test-results/filings-direct-URL-entry-k-94fca-er-scoped-to-the-URL-ticker/error-context.mdoutput/playwright/test-results/graphing-supports-graphing-15473-ntrols-and-partial-failures/trace.zipNotes: