feat: remap demo replay beats and fix old scene ID references

This commit is contained in:
lda
2026-07-09 21:38:53 +07:00 Verified
parent f19fa25d97
commit 81c5541a61
11 changed files with 122 additions and 85 deletions
@@ -11,7 +11,7 @@ describe("OperatorChat", () => {
it("maps light chat theme to the editorial presentation surface", () => {
const state = {
...initialPresentationState,
location: { kind: "main" as const, sceneId: "workflow-demo" as const, beatId: "graph", focusPath: [] },
location: { kind: "main" as const, sceneId: "run-from-deployment" as const, beatId: "graph", focusPath: [] },
};
render(<OperatorChat state={state} />);