style: make agent handoff read as editorial chat

This commit is contained in:
lda
2026-07-12 01:47:35 +07:00 Verified
parent 94b9d14230
commit 963a137d6e
2 changed files with 71 additions and 0 deletions
@@ -34,6 +34,8 @@ describe("AgentHandoffScene", () => {
"data-surface",
"stage",
);
expect(screen.getByText(/We need to author a report workflow/i)).toBeInTheDocument();
expect(screen.getByText(/Let me inspect the available sources/i)).toBeInTheDocument();
expect(screen.getByRole("list", { name: "prepared handoff phases" })).toBeInTheDocument();
expect(screen.getAllByText(/workflow\.sources\.list/i).length).toBeGreaterThan(0);
});