Financials e2e: /financials?ticker=JPM times out for bank-pack not-meaningful breakdown #31
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/financials.spec.ts:365shows not meaningful expense breakdown rows for bank pack filingsObserved behavior:
page.goto('/financials?ticker=JPM')timed out after 30s waiting for load.Failure excerpt:
Error: page.goto: Test timeout of 30000ms exceeded.navigating to "http://127.0.0.1:3400/financials?ticker=JPM", waiting until "load"Artifacts:
output/playwright/test-results/financials-shows-not-meani-c9d8d--rows-for-bank-pack-filings/error-context.mdoutput/playwright/test-results/financials-shows-not-meani-c9d8d--rows-for-bank-pack-filings/test-failed-1.pngoutput/playwright/test-results/financials-shows-not-meani-c9d8d--rows-for-bank-pack-filings/trace.zipThis should be investigated against the new Rust-side bank-pack output and the page load path for direct ticker navigation.