Post-signup shell does not reach Command Center in e2e auth bootstrap #28

Open
opened 2026-03-16 19:16:57 +00:00 by Francy51 · 0 comments
Owner

E2E run: bun run test:e2e on 2026-03-16

Observed behavior:

  • The shared sign-up helper times out waiting for the Command Center heading after account creation.
  • The browser reaches /, but the authenticated shell never renders the expected landing state within 30s.

Failing specs grouped under this root cause:

  • e2e/analysis.spec.ts:126 shows the overview skeleton while analysis is loading
  • e2e/filings.spec.ts:138 direct URL entry keeps the filings ledger scoped to the URL ticker
  • e2e/financials.spec.ts:335 renders the standardized operating expense tree and inspector details
  • e2e/graphing.spec.ts:290 supports graphing compare controls and partial failures
  • e2e/graphing.spec.ts:324 distinguishes not meaningful metrics from missing data in the latest values table

Representative failure:

  • expect(getByRole(heading, { name: Command Center })).toBeVisible() timed out after 30s

Artifacts:

  • output/playwright/test-results/analysis-shows-the-overvie-6b9b1-n-while-analysis-is-loading/error-context.md
  • output/playwright/test-results/filings-direct-URL-entry-k-94fca-er-scoped-to-the-URL-ticker/error-context.md
  • output/playwright/test-results/graphing-supports-graphing-15473-ntrols-and-partial-failures/trace.zip

Notes:

  • This is likely one auth/session-to-shell regression rather than five independent product failures.
E2E run: `bun run test:e2e` on 2026-03-16 Observed behavior: - The shared sign-up helper times out waiting for the `Command Center` heading after account creation. - The browser reaches `/`, but the authenticated shell never renders the expected landing state within 30s. Failing specs grouped under this root cause: - `e2e/analysis.spec.ts:126` `shows the overview skeleton while analysis is loading` - `e2e/filings.spec.ts:138` `direct URL entry keeps the filings ledger scoped to the URL ticker` - `e2e/financials.spec.ts:335` `renders the standardized operating expense tree and inspector details` - `e2e/graphing.spec.ts:290` `supports graphing compare controls and partial failures` - `e2e/graphing.spec.ts:324` `distinguishes not meaningful metrics from missing data in the latest values table` Representative failure: - `expect(getByRole(heading, { name: Command Center })).toBeVisible()` timed out after 30s Artifacts: - `output/playwright/test-results/analysis-shows-the-overvie-6b9b1-n-while-analysis-is-loading/error-context.md` - `output/playwright/test-results/filings-direct-URL-entry-k-94fca-er-scoped-to-the-URL-ticker/error-context.md` - `output/playwright/test-results/graphing-supports-graphing-15473-ntrols-and-partial-failures/trace.zip` Notes: - This is likely one auth/session-to-shell regression rather than five independent product failures.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Francy51/Neon-Desk#28