6 Commits

Author SHA1 Message Date
zhi
9fdfdfe571 fix(test): update task type selector from 'task' to 'issue'
Frontend P7.1 removed 'task' type from TASK_TYPES. The valid options
are now: story, issue, test, maintenance, research, review, resolution.

Update test to use 'issue' which is the current default.
2026-03-19 10:46:10 +00:00
zhi
82e9dc2c86 test: cover project milestone and task modal editors 2026-03-16 18:13:54 +00:00
zhi
f50a2efdbf test: cover shared task creation modal flow 2026-03-16 16:32:13 +00:00
zhi
67aa98da4f test: stabilize task and role editor flows 2026-03-16 13:22:24 +00:00
zhi
53c974eb25 refactor: update task.spec.ts for Issue→Task rename (routes, selectors) 2026-03-16 07:48:11 +00:00
zhi
b46e242cb7 feat: add task.spec.ts (task + issue comment flow), keep milestone data
- task.spec.ts: login → create project → create milestone → create task
  → create issue → add comment → verify → logout (no cleanup)
- milestone.spec.ts: remove cleanup step, keep project/milestone for inspection
2026-03-16 07:26:38 +00:00