Commit Graph

2 Commits

Author SHA1 Message Date
Jordan Ritter c037271fea fix(showcase/langgraph-python): rewrite shared-state-streaming tests for current demo UI
The demo was rewritten from an editor+confirm-modal to a streaming
document viewer, but the tests still expected the old UI elements
(textarea, confirm-changes-modal, reject/confirm buttons, status
display). Rewrite tests to match the actual DocumentView component:
document-view panel, document-content, char-count, live badge, and
CopilotSidebar with suggestions.
2026-05-17 10:47:01 -07:00
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00