Add history graph UI with interactive visualization and menu integration #256
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
|