mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
- Document intent of editReminder cancel path: when user cancels the
inner schedule dialog, the outer dialog closes and the destroy handler
clears deadlineRemindAt (same as ESC). Prevents the worker from
re-firing the past-due reminder.
- Replace page.waitForTimeout with expect().not.toBeVisible({timeout}) in
the deadline ESC e2e test so it fails fast if the dialog reappears and
complies with the "no waitForTimeout" rule in e2e/CLAUDE.md.
- Capture realTodayStr per test in is-deadline-approaching spec to close
the (narrow) midnight-rollover flake window.
|
||
|---|---|---|
| .. | ||
| reminders-deadline.spec.ts | ||
| reminders-default-task-remind-option.spec.ts | ||
| reminders-schedule-page.spec.ts | ||
| reminders-view-task.spec.ts | ||
| reminders-view-task2.spec.ts | ||
| reminders-view-task4.spec.ts | ||