Files
ComfyUI_frontend/browser_tests/tests
Johnpaul f6718adec9 refactor: remove any types from E2E test files (10 instances)
Fixed all 'as any' and ': any' instances in E2E tests:
- featureFlags.spec.ts: Used Record<string, unknown> for window properties (5 instances)
- linkInteraction.spec.ts: Used Record<string, unknown> for window.app access (2 instances)
- nodeHelp.spec.ts: Added proper ComfyPage and NodeReference types (2 instances)
- selectionToolboxSubmenus.spec.ts: Added ComfyPage type for function parameter (1 instance)

All test files (unit, component, and E2E) are now completely free of 'any' types.
2026-01-22 22:52:58 +01:00
..