fix(uitest): resolve AboutHelp close button lookup on runner #75

Merged
gronod merged 2 commits from fix/m7-ci-uitest-runner-sign into develop 2026-09-10 08:07:37 +01:00
2 Commits
Author SHA1 Message Date
gronod 0122d92f2b fix(about): expose closeAboutBtn in AboutView accessibility hierarchy
macOS CI / build-and-test (pull_request) Successful in 13m26s
macOS CI / package (pull_request) Skipped
The outer VStack was missing .accessibilityElement(children: .contain),
so the close button identifier was not visible to XCUITest on the runner.
Add the container modifier to match other dialog views and keep the
aboutDialog identifier usable by tests.

Refs gronod/iccery-v2-mac#75
2026-09-10 07:50:24 +01:00
gronod d11232813b fix(uitest): wait for closeAboutBtn in AboutHelp using app-wide identifier
macOS CI / build-and-test (pull_request) Failing after 13m25s
macOS CI / package (pull_request) Skipped
The previous sheet-scoped query did not resolve on the runner. Use the
existing waitFor helper to locate closeAboutBtn anywhere in the app and
remove the redundant immediate activation call.

Refs gronod/iccery-v2-mac#72
2026-09-10 07:30:07 +01:00