super-productivity/e2e/tests/reminders
Johannes Millan ff523fd4dd refactor(reminders): address code review feedback for deadline fixes
- 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.
2026-04-21 21:50:52 +02:00
..
reminders-deadline.spec.ts refactor(reminders): address code review feedback for deadline fixes 2026-04-21 21:50:52 +02:00
reminders-default-task-remind-option.spec.ts Remove schedule initial setup dialog component (#6460) 2026-02-11 17:02:22 +01:00
reminders-schedule-page.spec.ts Merge branch 'master' into feat/operation-logs 2026-01-03 18:51:51 +01:00
reminders-view-task.spec.ts refactor(e2e): replace waitForTimeout with condition-based waits 2026-01-03 15:29:38 +01:00
reminders-view-task2.spec.ts refactor(e2e): replace waitForTimeout with condition-based waits 2026-01-03 15:29:38 +01:00
reminders-view-task4.spec.ts refactor(e2e): replace waitForTimeout with condition-based waits 2026-01-03 15:29:38 +01:00