You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `errorMessage?: string | null` to `detailById` Record type so the
Failed-item test no longer assigns an excess property (Copilot CS7036 risk)
- Replace brittle `toHaveLength(4)` button-count assertion with per-label
presence checks for Refresh Detail / triage action / Ignore / Cancel
- Simplify batchBusy test: drop the redundant unresolved-promise mock and
triageBtn click; set `batchBusy = true` directly, then assert exactly 3
disabled buttons (Triage/Ignore/Cancel) and that Clear stays enabled
0 commit comments