Problem
Chat-app E2E is failing after the tracing deep link route change.
Playwright chat-trace-link.spec.ts now opens https://tracing.agyn.dev/message/<messageId>?orgId=<orgId> (expected), but the test still asserts run-page widgets such as getByTestId('run-summary-status'), which are not present on the message deep-link page.
Where
Observed blocking PR:
Fix
Update the Playwright flow in agynio/e2e (playwright-chat-app suite) to either:
- Assert on the message page UI (message-view specific testids), OR
- Click through from message deep link to the run page (e.g., a “View run” / run link) and then assert
run-summary-status + events list on the run page.
Acceptance criteria
Problem
Chat-app E2E is failing after the tracing deep link route change.
Playwright
chat-trace-link.spec.tsnow openshttps://tracing.agyn.dev/message/<messageId>?orgId=<orgId>(expected), but the test still asserts run-page widgets such asgetByTestId('run-summary-status'), which are not present on the message deep-link page.Where
Observed blocking PR:
Fix
Update the Playwright flow in
agynio/e2e(playwright-chat-app suite) to either:run-summary-status+ events list on the run page.Acceptance criteria