fix(web): update calendar and knowledge tests for real API integration #483

Merged
jason.woltje merged 1 commits from feat/theme-verification into main 2026-02-23 05:04:56 +00:00
Owner

Summary

  • Fixed 3 pre-existing test failures in calendar page and KnowledgeGraphViewer
  • Updated calendar tests to mock fetchEvents, useWorkspaceId, and MosaicSpinner
  • Updated KnowledgeGraphViewer tests to mock MosaicSpinner and ELK layout engine
  • All 1133 web tests pass, all 3243 API tests pass, all 749 orchestrator tests pass

Refs #469

## Summary - Fixed 3 pre-existing test failures in calendar page and KnowledgeGraphViewer - Updated calendar tests to mock fetchEvents, useWorkspaceId, and MosaicSpinner - Updated KnowledgeGraphViewer tests to mock MosaicSpinner and ELK layout engine - All 1133 web tests pass, all 3243 API tests pass, all 749 orchestrator tests pass Refs #469
jason.woltje added 1 commit 2026-02-23 05:04:45 +00:00
fix(web): update calendar and knowledge tests for real API integration
All checks were successful
ci/woodpecker/push/web Pipeline was successful
d0a1b9281c
Calendar page and KnowledgeGraphViewer tests were broken after PRs #474
and #476 wired these components to real API data. Tests now mock
fetchEvents, fetchKnowledgeGraph, useWorkspaceId, MosaicSpinner, and
elkjs following the same pattern established in tasks/page.test.tsx.

Refs #469

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 37cf813b88 into main 2026-02-23 05:04:56 +00:00
Sign in to join this conversation.