mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-11 22:19:04 +00:00
4a417cc8cb
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.