fix: harden presentation trace evidence
This commit is contained in:
@@ -232,6 +232,7 @@ describe("RunTraceFacts", () => {
|
||||
|
||||
expect(screen.getByText("list_documents")).toBeDefined();
|
||||
expect(screen.getByText("review_issues")).toBeDefined();
|
||||
expect(screen.getByText("2 captured")).toBeInTheDocument();
|
||||
expect(screen.getAllByText("captured as empty object").length).toBeGreaterThanOrEqual(2);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user