super-productivity/e2e/helpers
Johannes Millan 89d60a2914 test(e2e): improve type safety in helpers and test files
Replace 7 explicit `any` types with proper TypeScript types:
- Error handling: Use type guard pattern for error messages
- Page parameters: Use Playwright's Page type
- Result objects: Use Record<string, unknown> for dynamic objects

This improves IDE autocomplete, type checking, and may surface hidden bugs.
2026-01-23 11:33:42 +01:00
..
plugin-test.helpers.ts test(e2e): improve type safety in helpers and test files 2026-01-23 11:33:42 +01:00