@@ -587,18 +587,21 @@ Add tracking for:
5875877 . Enter 101+ IDs (should show validation error and prevent search)
5885888 . Verify report data matches selected animals for ID Search
589589
590- ** All Records Mode:**
590+ #### All Records Mode
591+
5915929 . Click "All Records" button and verify reports show all animals
59259310 . Verify no ID limit applies in All Records mode
59359411 . Verify URL bookmarking works for All Records mode
594595
595- ** Alive at Center Mode:**
596+ #### Alive at Center Mode
597+
59659812 . Click "Alive at Center" on a report with ` supportsNonIdFilters = true `
59759913 . Verify reports show only animals with ` calculated_status = 'Alive' `
59860014 . Verify "Alive at Center" button is disabled on report with ` supportsNonIdFilters = false `
59960115 . Switch to a different report and verify button state updates based on new report's ` supportsNonIdFilters ` value
600602
601- ** URL Params Mode (Read-Only):**
603+ #### URL Params Mode (Read-Only)
604+
60260516 . Navigate to URL with ` readOnly=true ` and subjects parameter
60360617 . Verify no filter toggle buttons shown
60460718 . Verify no ID input textarea or Update Report button shown
@@ -612,7 +615,8 @@ Add tracking for:
61261522 . Test URL with ` readOnly=true ` but no subjects (should default to All Records)
61361623 . Test URL with both ` filterType ` and ` readOnly=true ` (should use URL Params mode)
614617
615- ** Filter Mode Switching:**
618+ #### Filter Mode Switching
619+
61662024 . Switch from ID Search to All Records (verify input cleared)
61762125 . Switch from ID Search to Alive at Center (verify input cleared)
61862226 . Switch from All Records to ID Search (verify input textarea available)
0 commit comments