docs: record demo product proof layout pass
This commit is contained in:
@@ -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",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user