fix: update SceneBody test for transcript metaphor

This commit is contained in:
lda
2026-07-10 04:18:45 +07:00 Verified
parent 99f933188f
commit 89f5d1227f
@@ -79,7 +79,7 @@ describe("SceneBody", () => {
);
expect(screen.getByLabelText("action sequence versus reusable automation")).toBeInTheDocument();
expect(screen.getByRole("group", { name: "Action sequence" })).toBeInTheDocument();
expect(screen.getByRole("list", { name: /one-off tool loop transcript/i })).toBeInTheDocument();
expect(screen.getByRole("group", { name: "Reusable automation" })).toBeInTheDocument();
expect(screen.queryByText("Draft")).not.toBeInTheDocument();
expect(screen.queryByText("Artifact")).not.toBeInTheDocument();