MAESTRO: confirm test selector search filter

This commit is contained in:
Mariusz Banach
2026-02-18 01:22:29 +01:00
parent b5176d3eec
commit 9f860a6f86

View File

@@ -33,7 +33,7 @@ This phase implements the test selection panel and analysis configuration contro
- [x] All vitest tests pass: `npx vitest run src/__tests__/TestSelector.test.tsx src/__tests__/AnalysisControls.test.tsx` - [x] All vitest tests pass: `npx vitest run src/__tests__/TestSelector.test.tsx src/__tests__/AnalysisControls.test.tsx`
- [x] Test selector renders all 106+ tests with checkboxes - [x] Test selector renders all 106+ tests with checkboxes
- [x] Select All / Deselect All buttons work correctly - [x] Select All / Deselect All buttons work correctly
- [ ] Search/filter narrows visible tests by name - [x] Search/filter narrows visible tests by name
- [ ] DNS resolution toggle defaults to off - [ ] DNS resolution toggle defaults to off
- [ ] Decode-all toggle is functional - [ ] Decode-all toggle is functional
- [ ] All controls are keyboard accessible (Tab, Enter, Space) - [ ] All controls are keyboard accessible (Tab, Enter, Space)