fix: close final Scene 8 review findings

This commit is contained in:
lda
2026-07-13 23:17:36 +07:00 Verified
parent ea2c88b7de
commit 1f79669cdd
17 changed files with 119 additions and 104 deletions
@@ -190,7 +190,7 @@ describe("PreparedAuthoringLifecycleScene", () => {
expect(screen.getByRole("complementary", { name: /prepared authoring assistant/i }))
.toHaveAttribute("data-phase", "diagnose");
expect(screen.getByRole("button", { name: /validate.*2 tool calls/i }))
expect(screen.getByRole("button", { name: /validate.*3 tool calls/i }))
.toHaveAttribute("aria-expanded", "true");
expect(screen.getByRole("button", { name: /draft.*3 tool calls/i }))
.toHaveAttribute("aria-expanded", "false");