fix: close final Scene 8 review findings
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user