docs: record demo product proof layout pass

This commit is contained in:
lda
2026-07-09 03:33:43 +07:00 Verified
parent 7c7e1694e7
commit 62eb967a6c
4 changed files with 8 additions and 4 deletions
@@ -71,7 +71,7 @@ describe("SceneBody", () => {
motionDisabled={false}
/>,
);
expect(screen.getByLabelText(/workflow graph/i)).toBeInTheDocument();
expect(screen.getByRole("group", { name: "workflow graph" })).toBeInTheDocument();
});
it("opens thesis Q&A branches from the thesis scene", async () => {
@@ -152,7 +152,7 @@ describe("presentationReducer", () => {
location: { kind: "main", sceneId: "workflow-demo", beatId: "graph", focusPath: [] },
});
expect(compositionForState(state)).toMatchObject({
chatMode: "rail",
chatMode: "hidden",
});
});