Files
2026-09-09 18:27:06 +02:00

8 lines
1.0 KiB
Markdown

# Confirmed work deletion in the browser
WJ-054 creates a three-hour entry through the actual work form on a controlled date. Today must show three hours for the day, week and month. Opening the delete dialog must leave the database row intact. Cancel must preserve both the visible entry and all three totals.
The test opens confirmation again, explicitly deletes the current entry, checks the empty work list and database, and verifies all three Today totals become zero. All writes use the UI; database access only verifies results. The server, account and database are isolated fixtures, with no production mutation or real mail.
Validation passed for 0.1.55-SNAPSHOT: all 14 browser examples, 188 executed JVM cases (222 reported, 34 filtered or still unbound), zero failures/errors, 68 operations tests, 17 frontend tests and production/admin-recovery smoke checks. Selecting the work feature adds filtered reports for scenarios handled by other suites; these are not new executed cases. No production or schema change was needed.