You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SetupScreen, SettingsOverlay, HistorySidebar, PlaybackBar, and SearchBox have zero component integration tests. Changes to these components rely solely on manual QA.
Scope
Component integration tests using @testing-library/react with mocked Tauri API
Each component gets a test file covering the happy path and key edge cases
Mock store and IPC responses for isolated testing
Acceptance criteria
SetupScreen: renders device check, handles model selection, completes setup flow
Problem
SetupScreen, SettingsOverlay, HistorySidebar, PlaybackBar, and SearchBox have zero component integration tests. Changes to these components rely solely on manual QA.
Scope
@testing-library/reactwith mocked Tauri APIAcceptance criteria