super-productivity/e2e/tests/work-view
Johannes Millan 340b75f1f0 fix(sections): drag-drop puts tasks at the right slot (#7452)
The display selector ordered in-section tasks by workContext.taskIds,
ignoring section.taskIds — so reorders inside or across sections never
moved on screen, and section→no-section drops snapped to the old slot.

- Make section.taskIds authoritative for in-section ordering by walking
  sections first in undoneTasksBySection.
- Fold the section→no-section reorder into a single atomic action:
  removeTaskFromSection now also repositions the task in the
  work-context's taskIds via sectionSharedMetaReducer (same pattern as
  TaskSharedActions.deleteTask et al), so one op covers both mutations
  and partial replay can't leave the task half-moved.
2026-05-02 15:58:19 +02:00
..
add-to-today.spec.ts test(e2e): fix add-to-today subtask tests 2026-01-16 22:34:50 +01:00
detail-panel-focus.spec.ts test(e2e): add detail panel focus sync tests (#6578) 2026-02-21 11:29:44 +01:00
sections.spec.ts fix(sections): drag-drop puts tasks at the right slot (#7452) 2026-05-02 15:58:19 +02:00
work-view-features.spec.ts test(e2e): fix done-toggle selector to use element instead of class 2026-03-24 16:25:42 +01:00
work-view.spec.ts refactor(e2e): improve 2026-01-06 12:46:20 +01:00