fix: clarify demo factual panels with scroll containment and approval-only output

This commit is contained in:
lda
2026-07-09 21:39:02 +07:00 Verified
parent 81c5541a61
commit 01b0bc6028
4 changed files with 41 additions and 4 deletions
@@ -68,6 +68,7 @@ describe("RunOutputFacts", () => {
expect(screen.getByText("ISSUE-001")).toBeDefined();
expect(screen.getByText("local://issue-board/ISSUE-001")).toBeDefined();
expect(screen.getByText("Create the selected issue.")).toBeDefined();
expect(screen.getByRole("region", { name: /workflow markdown output/i })).toBeInTheDocument();
});
});