Files
Kpa-clawbot 4a417cc8cb test(#1205): E2E asserts #liveControls is DOM-anchored inside #liveLegend
Red commit. The toggle row currently renders as a sibling .live-overlay
pinned to bottom-right via fixed positioning, so its DOM parent is
.live-page (not the legend). The new assertions inspect the parent
chain (`legend.contains(controls)`) and require the toggle row to be
inside #liveLegend / its .panel-content, plus a bounding-box check
that the controls rect lies inside the legend rect.

Wired into deploy.yml e2e step. Will fail on master.
2026-05-16 03:50:30 +00:00
..