Skip to content

Remove Suspense wrappers from public policy routes #346

Remove Suspense wrappers from public policy routes

Remove Suspense wrappers from public policy routes #346

Triggered via pull request January 13, 2026 14:45
Status Failure
Total duration 47s
Artifacts

js_autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

29 errors
autofix
Process completed with exit code 1.
SidebarDraggableComponent › Badge Rendering.should render Beta badge when beta prop is true: SidebarDraggableComponent › Badge Rendering#L1
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
SidebarDraggableComponent › Badge Rendering.should render both badges when both beta and legacy are true: SidebarDraggableComponent › Badge Rendering#L1
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
SidebarDraggableComponent › Edge Cases.should handle complex component combinations: SidebarDraggableComponent › Edge Cases#L1
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
useDurationStore › incrementDuration.should increment duration by 10 for new chat ID: useDurationStore › incrementDuration#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:113:24
useDurationStore › incrementDuration.should increment duration by 10 for existing chat ID: useDurationStore › incrementDuration#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:124:24
useDurationStore › incrementDuration.should increment multiple times correctly: useDurationStore › incrementDuration#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:134:24
useDurationStore › incrementDuration.should handle multiple chat IDs independently: useDurationStore › incrementDuration#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:146:24
useDurationStore › incrementDuration.should handle incrementing from zero: useDurationStore › incrementDuration#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:162:24
useDurationStore › incrementDuration.should handle incrementing from negative values: useDurationStore › incrementDuration#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:173:24
useDurationStore › integration scenarios.should handle complete chat session lifecycle: useDurationStore › integration scenarios#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:322:24
useDurationStore › integration scenarios.should handle multiple concurrent chat sessions: useDurationStore › integration scenarios#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:357:24
useDurationStore › integration scenarios.should handle session restart: useDurationStore › integration scenarios#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:395:24
useDurationStore › edge cases.should handle empty string chat IDs: useDurationStore › edge cases#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:423:24
useDurationStore › edge cases.should handle special character chat IDs: useDurationStore › edge cases#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:435:24
useDurationStore › edge cases.should handle very long chat IDs: useDurationStore › edge cases#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:447:24
useDurationStore › edge cases.should handle rapid successive operations: useDurationStore › edge cases#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:460:24
useDurationStore › edge cases.should handle state persistence after operations: useDurationStore › edge cases#L1
TypeError: result.current.incrementDuration is not a function at /home/runner/work/DragDropAIAgentBuilder/DragDropAIAgentBuilder/src/frontend/src/stores/__tests__/durationStore.test.ts:480:24
FeatureToggles › Basic Rendering.should render both toggle sections: FeatureToggles › Basic Rendering#L1
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
FeatureToggles › Basic Rendering.should render Beta toggle with correct elements: FeatureToggles › Basic Rendering#L1
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
FeatureToggles › Badge Configuration.should render Beta badge with correct variant and size: FeatureToggles › Badge Configuration#L1
TestingLibraryElementError: Unable to find an element by: [data-testid="badge-pinkStatic-xq"]
ToolsTable - Pagination Tests.should render with pagination enabled: ToolsTable - Pagination Tests#L1
Error: expect(received).toBe(expected) // Object.is equality
ToolsTable - Pagination Tests.should set pagination page size to 50: ToolsTable - Pagination Tests#L1
Error: expect(received).toBe(expected) // Object.is equality
ToolsTable - Pagination Tests.should use fixed page size without selector: ToolsTable - Pagination Tests#L1
Error: expect(received).toBe(expected) // Object.is equality
ToolsTable - Pagination Tests.should handle large datasets (400+ tools) efficiently: ToolsTable - Pagination Tests#L1
Error: expect(received).toBe(expected) // Object.is equality
ToolsTable - Pagination Tests.should handle small datasets with pagination: ToolsTable - Pagination Tests#L1
Error: expect(received).toBe(expected) // Object.is equality
ToolsTable - Pagination Tests.should handle edge case with 51 tools (two pages): ToolsTable - Pagination Tests#L1
Error: expect(received).toBe(expected) // Object.is equality