super-productivity/e2e/tests/recurring
Johannes Millan a578cbfa86 test(e2e): fix recurring task tests failing in CI production builds
Replace window.ng.getComponent() calls with UI-based interactions.
Angular debug APIs are unavailable in production builds (CI uses
ng build which defaults to production config with enableProdMode).

- Use calendar picker instead of signal manipulation for date setting
- Remove page.evaluate() model verification (input value checks suffice)
- Replace waitForTimeout with proper toBeVisible/toBeEnabled waits
- Fix date input focus issues with click + pressSequentially
- Use en-GB date format (DD/MM/YYYY) matching app default locale
2026-03-19 12:15:47 +01:00
..
recurring-future-start-date-bug-6856.spec.ts test(e2e): fix recurring task tests failing in CI production builds 2026-03-19 12:15:47 +01:00
recurring-start-date-epoch-bug-6860.spec.ts test(e2e): fix recurring task tests failing in CI production builds 2026-03-19 12:15:47 +01:00
recurring-task.spec.ts test(e2e): use correct route /#/tag/TODAY/tasks instead of /#/tag/TODAY 2026-03-15 18:48:00 +01:00
repeat-tasks-today-bug-5976.spec.ts fix(repeat): add event loop yield and isPaused filter (#5976) 2026-01-13 18:26:45 +01:00