super-productivity/e2e/tests/app-features
Johannes Millan 3d7eab0365 fix(focus-mode): add pause/resume and Back to Planning buttons to break screen (#5995)
- Add pause/resume button to break screen for fullscreen break control
- Add "Back to Planning" button to exit break without auto-starting next session
- Add exitBreakToPlanning action to allow returning to preparation state
- Add translation keys for PAUSE_BREAK and RESUME_BREAK

This addresses the two issues reported:
1. Users can now pause breaks from the fullscreen break view
2. Users can click "Back to Planning" to change timer modes during break

Test coverage:
- 48 reducer unit tests (including 4 new for exitBreakToPlanning)
- 14 component unit tests (including pause/resume/exit methods)
- 4 E2E tests for break flow (1 skipped due to NgRx/zone.js E2E limitation)
2026-01-14 16:05:31 +01:00
..
app-features.spec.ts refactor(e2e): replace waitForTimeout with condition-based waits 2026-01-03 15:29:38 +01:00
focus-mode-break.spec.ts fix(focus-mode): add pause/resume and Back to Planning buttons to break screen (#5995) 2026-01-14 16:05:31 +01:00
focus-mode-feature.spec.ts Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00
time-tracking-feature.spec.ts Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00