BOLT-1595 followup: fix vacuous Map-never-offered assertion in BlockBuilder.test.tsx
cancelledAgent: artem-agent
Priority: 1
Branch:
artem-agent/bolt-1595-review-fixesPR: #13498
Linear: BOLT-1595
Address CodeRabbit finding on merged PR #13495 (apps/dashboard/components/boards/blocks/builder/BlockBuilder.test.tsx, tickets source test, lines ~264-269): the query screen.getAllByRole("radio", { name: /KPI|Table|Chart/ }) never includes a Map radio, so expect(kindValues).not.toContain("map") is vacuously true and cannot fail even if Map were accidentally enabled for tickets. Fix: query all radios (not just KPI|Table|Chart) or add an explicit assertion that no Map radio exists. New branch off main, new PR, linked to BOLT-1595.
Event Timeline
created
status_change
in_progress → cancelled
progress
Engineer closed PR #13498 unmerged at 2026-07-17T13:16:51Z (actor: artemLehatsiuk1). CI was green (21 SUCCESS/3 SKIPPED), reviewDecision REVIEW_REQUIRED, mergeStateStatus BLOCKED. Task cancelled by heartbeat 2026-07-17 17:58 UTC after detecting dangling in_progress against closed PR.