mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 08:56:41 +00:00
Opening the detail panel schedules a deferred auto-focus that can land after taskB.focus() and pull focus into the panel; a lone ArrowDown is then swallowed (focusNext() reads document.activeElement, finds no task row, and stays put). Wrap focus+keypress+assert as a retried unit via expect(...).toPass() on both arrow-key tests so a lost keypress re-fires. Verified 40/40 (5 tests x 8 repeats) locally. |
||
|---|---|---|
| .. | ||
| add-to-today.spec.ts | ||
| detail-panel-focus.spec.ts | ||
| sections.spec.ts | ||
| work-view-features.spec.ts | ||
| work-view.spec.ts | ||