The run 32201 hierarchy dump showed the sidebar identifier on the root VStack propagates to every child on SDK 13.1, erasing openSettingsBtn/openAboutBtn/btnToggleAllHelp — hence the probe timeout.
Reverts .accessibilityIdentifier("sidebar") in SidebarView.
testHelpOverlaysDoNotChangeSidebarHeight now compares presetSelect's frame before/after the help toggle (documented fallback).
Closes #130.
The run 32201 hierarchy dump showed the `sidebar` identifier on the root VStack propagates to every child on SDK 13.1, erasing `openSettingsBtn`/`openAboutBtn`/`btnToggleAllHelp` — hence the probe timeout.
- Reverts `.accessibilityIdentifier("sidebar")` in `SidebarView`.
- `testHelpOverlaysDoNotChangeSidebarHeight` now compares `presetSelect`'s frame before/after the help toggle (documented fallback).
On SDK 13.1 the 'sidebar' identifier on the root VStack propagates to
every child, erasing openSettingsBtn/openAboutBtn/btnToggleAllHelp
(a11y dump, run 32201). Revert it; the test now compares presetSelect
frame before/after toggling help overlays.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
gronod
merged commit c1ec07f726 into milestone/m9-monterey2026-09-12 12:37:40 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #130.
The run 32201 hierarchy dump showed the
sidebaridentifier on the root VStack propagates to every child on SDK 13.1, erasingopenSettingsBtn/openAboutBtn/btnToggleAllHelp— hence the probe timeout..accessibilityIdentifier("sidebar")inSidebarView.testHelpOverlaysDoNotChangeSidebarHeightnow comparespresetSelect's frame before/after the help toggle (documented fallback).