AboutHelpUITests.testHelpOverlaysDoNotChangeSidebarHeight fails on Xcode 14.2 — sidebar not an AXGroup (run 32029) #122

Closed
opened 2026-09-12 11:30:48 +01:00 by gronod · 0 comments
Owner

Run 32029 (milestone/m9-monterey, Xcode 14.2 / SDK 13.1): AboutHelpUITests.testHelpOverlaysDoNotChangeSidebarHeight fails at AboutHelpUITests.swift:67app.groups.containing(.button, identifier:"openSettingsBtn") finds no AXGroup containing the button. On SDK 13.1 the sidebar root is not surfaced as an AXGroup; only targenAdvancedDetails and targenLogContainer appear as Groups. The last green run (31029) ran on Xcode 16 / SDK 15.2, which wraps the sidebar in an AXGroup.

Fix: add .accessibilityIdentifier("sidebar") to the SidebarView root VStack and query the identifier directly in the test instead of relying on the group-container heuristic.

Run 32029 (milestone/m9-monterey, Xcode 14.2 / SDK 13.1): `AboutHelpUITests.testHelpOverlaysDoNotChangeSidebarHeight` fails at `AboutHelpUITests.swift:67` — `app.groups.containing(.button, identifier:"openSettingsBtn")` finds no AXGroup containing the button. On SDK 13.1 the sidebar root is not surfaced as an AXGroup; only `targenAdvancedDetails` and `targenLogContainer` appear as Groups. The last green run (31029) ran on Xcode 16 / SDK 15.2, which wraps the sidebar in an AXGroup. Fix: add `.accessibilityIdentifier("sidebar")` to the SidebarView root VStack and query the identifier directly in the test instead of relying on the group-container heuristic.
gronod added the
Priority
High
2
Project/ICCery-v2Bug/UI
labels 2026-09-12 11:30:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gronod/iccery-v2-mac#122