mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-12 04:01:35 +00:00
* fix(explorer): label the graph view control "Focus" The control read "Focused" before it was ever activated, which describes a state the selection had already reached rather than the action available. The view mode value, tooltip, enablement and active styling are unchanged. The legend e2e drove this button by its accessible name, so the selector moves with the label; it now also asserts the visible text, the selection-dependent enablement and the active state. Closes #1551 Co-Authored-By: Claude Code <noreply@anthropic.com> * fix(explorer): name the control in the grouped-selection hint, and trim the test "Activate Focused mode" instructed the reader to press a control that no longer carries that name. The surrounding strings describe the mode itself, which is still called focused, so they stay. Drop the label and active-state assertions from the colour-legend test: the getByRole locator already fails when the accessible name is wrong, and the rest belonged to the control's contract rather than to the legend's. Co-Authored-By: Claude Code <noreply@anthropic.com> --------- Co-authored-by: Claude Code <noreply@anthropic.com>