mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
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 |
||
|---|---|---|
| .. | ||
| recurring-future-start-date-bug-6856.spec.ts | ||
| recurring-start-date-epoch-bug-6860.spec.ts | ||
| recurring-task.spec.ts | ||
| repeat-tasks-today-bug-5976.spec.ts | ||