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
Refactor: Extract duplicated runLogic helper to shared test-utils module
- Created src/test-utils/test-helpers.ts with shared test utilities
- Moved identical runLogic function from 11 UI automation test files to shared module
- Also exported createMockToolHandlerContext and allText helpers
- Eliminates ~30 lines of duplicated code across 11 test files
- Reduces maintenance burden and ensures consistent test behavior
0 commit comments