super-productivity/e2e/tests/task-detail
Johannes Millan 7d44438620 fix(e2e): use fill() for time input in task-detail tests
The time change tests failed because they computed new hours using
% 24, which produced invalid 12-hour format times (e.g., "13:30 PM").
Use fill() with a fixed valid time instead, following the pattern
from dialog.page.ts.
2026-01-06 13:45:30 +01:00
..
task-detail.spec.ts fix(e2e): use fill() for time input in task-detail tests 2026-01-06 13:45:30 +01:00