docs: complete capability playground slice
This commit is contained in:
@@ -23,6 +23,7 @@ describe("EvidenceLedger", () => {
|
||||
expect(row).not.toHaveAttribute("open");
|
||||
expect(row).toHaveTextContent("workflow.health");
|
||||
expect(row).toHaveTextContent("11ms");
|
||||
expect(row).toHaveTextContent("http://console.test/rpc");
|
||||
expect(row).toHaveTextContent("uv run wf status");
|
||||
expect(row).toHaveTextContent('"target": "console"');
|
||||
expect(row).toHaveTextContent('"status": "ok"');
|
||||
|
||||
@@ -24,6 +24,10 @@ export const EvidenceLedger = ({ records }: Props) => (
|
||||
<span className="evidence-duration">{record.durationMs}ms</span>
|
||||
</summary>
|
||||
<dl className="evidence-detail">
|
||||
<div className="evidence-field">
|
||||
<dt>Target</dt>
|
||||
<dd><code>{record.target}</code></dd>
|
||||
</div>
|
||||
<div className="evidence-field">
|
||||
<dt>Equivalent CLI</dt>
|
||||
<dd><code>{record.equivalentCli}</code></dd>
|
||||
|
||||
Reference in New Issue
Block a user