From 018ab4e6e64a6e2be6d9bbe441c554c70793e20c Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Thu, 25 Dec 2025 01:44:21 +0100 Subject: [PATCH] spec: mark P5/P6 tests complete --- specs/005-bulk-operations/tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/005-bulk-operations/tasks.md b/specs/005-bulk-operations/tasks.md index 94bde21..81c2d00 100644 --- a/specs/005-bulk-operations/tasks.md +++ b/specs/005-bulk-operations/tasks.md @@ -136,7 +136,7 @@ ### Validation for User Story 5 - [ ] T039 [US5] Manual test: Bulk delete 10 policies → confirm without typing (should work) - [ ] T040 [US5] Manual test: Bulk delete 25 policies → type "delete" → button stays disabled - [ ] T041 [US5] Manual test: Bulk delete 25 policies → type "DELETE" → button enables, operation proceeds -- [ ] T042 [US5] Run tests: `./vendor/bin/sail artisan test tests/Feature/BulkTypeToConfirmTest.php` +- [x] T042 [US5] Run tests: `./vendor/bin/sail artisan test tests/Feature/BulkTypeToConfirmTest.php` **Checkpoint**: Type-to-confirm working correctly for all thresholds @@ -164,7 +164,7 @@ ### Implementation for User Story 6 - [x] T051 [US6] Add progress polling to Filament notifications or sidebar widget - [ ] T052 [US6] Test progress with 100 policies (manual QA, observe updates) - [ ] T053 [US6] Test circuit breaker with mock failures (manual QA) -- [ ] T054 [US6] Run tests: `./vendor/bin/sail artisan test tests/Feature/BulkProgressNotificationTest.php` +- [x] T054 [US6] Run tests: `./vendor/bin/sail artisan test tests/Feature/BulkProgressNotificationTest.php` - [ ] T054a [US6] Define/verify polling interval meets NFR-005.3 (≤10s updates) and document where configured - [ ] T054b [US6] Manual QA: force a catastrophic job failure and verify FR-005.13 notification behavior