-
Notifications
You must be signed in to change notification settings - Fork 0
test: add unit tests for agent hooks and page components #875
Copy link
Copy link
Closed
Labels
spec:human-interactionDESIGN_SPEC Section 13 - Human Interaction LayerDESIGN_SPEC Section 13 - Human Interaction Layertype:testTest coverage, test infrastructureTest coverage, test infrastructurev0.5Minor version v0.5Minor version v0.5v0.5.0Patch release v0.5.0Patch release v0.5.0
Description
Context
PR #874 added the Agent Profiles list and detail pages with thorough store/utility/property tests (78 new tests). However, the data composition hooks and page components have no unit tests.
Missing test files
Critical (established precedent in Dashboard page)
web/src/__tests__/hooks/useAgentsData.test.ts-- followuseDashboardData.test.tspattern: mockuseWebSocket, mockusePolling, verify mount fetch, verify channel bindings, verify return shapeweb/src/__tests__/hooks/useAgentDetailData.test.ts-- verify mount/unmount lifecycle (clearDetail on unmount), derived data memoization,fetchMoreActivityoffset calculationweb/src/__tests__/pages/AgentsPage.test.tsx-- followDashboardPage.test.tsxpattern: mock the hook, test loading/error/normal rendering statesweb/src/__tests__/pages/AgentDetailPage.test.tsx-- test skeleton/not-found/full-render states, verifyuseParamsintegration
Important
ActivityLog.test.tsx-- verify load-more button visibility and click handlerAgentGridView.test.tsx-- verify empty state and link URL encodingAgentFilters.test.tsx-- verify store integration and empty-to-null mapping
Acceptance criteria
- All 4 critical test files created following existing patterns
- At least 3 important test files created
- All tests pass with
npm --prefix web run test
Found during PR #874 review (pr-test-analyzer agent).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
spec:human-interactionDESIGN_SPEC Section 13 - Human Interaction LayerDESIGN_SPEC Section 13 - Human Interaction Layertype:testTest coverage, test infrastructureTest coverage, test infrastructurev0.5Minor version v0.5Minor version v0.5v0.5.0Patch release v0.5.0Patch release v0.5.0