docs: plan presentation scene composition

This commit is contained in:
lda
2026-07-08 16:31:29 +07:00 Verified
parent 7bd82533fc
commit ea9ab310a9
6 changed files with 1367 additions and 17 deletions
@@ -30,12 +30,12 @@ describe("OperatorChat", () => {
expect(chat).toHaveAttribute("data-presentation-surface", "night");
});
it("exposes chat theme and readable surface attributes", () => {
it("exposes semantic chat surface attributes", () => {
render(<OperatorChat state={initialPresentationState} />);
const chat = screen.getByLabelText("scripted operator chat");
expect(chat).toHaveAttribute("data-chat-theme");
expect(chat).toHaveAttribute("data-readable-surface");
expect(chat).not.toHaveAttribute("data-readable-surface");
});
it("renders standard agent message parts", () => {