Skip to content

Add history graph UI with interactive visualization and menu integration #256

Add history graph UI with interactive visualization and menu integration

Add history graph UI with interactive visualization and menu integration #256

Triggered via push March 29, 2026 13:25
Status Failure
Total duration 5m 39s
Artifacts

client-unit.yaml

on: push
client-unit-test
5m 35s
client-unit-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
client-unit-test
Process completed with exit code 1.
src/components/History/HistoryOptions.test.ts > History Navigation > disables options for anonymous users: client/src/components/History/HistoryOptions.test.ts#L81
AssertionError: expected [ 'Resume Paused Jobs', …(4) ] to strictly equal [ 'Resume Paused Jobs', …(3) ] - Expected + Received [ "Resume Paused Jobs", "Delete History", "Export Tool References", "Export History to File", + "Show History Graph", ] ❯ src/components/History/HistoryOptions.test.ts:81:36
src/components/History/HistoryOptions.test.ts > History Navigation > presents all options to logged-in users: client/src/components/History/HistoryOptions.test.ts#L69
AssertionError: expected [ Array(12) ] to strictly equal [ Array(11) ] - Expected + Received @@ -7,7 +7,8 @@ "Export Tool References", "Export History to File", "Archive History", "Extract Workflow", "Show Invocations", + "Show History Graph", "Share & Manage Access", ] ❯ src/components/History/HistoryOptions.test.ts:69:29