When openAboutBtn doesn't appear within 10s, the probe now prints app.windows.count and the full app.debugDescription to the test log — making the actual a11y tree visible in the CI job log without needing the xcresult artifact.
Closes #128.
When `openAboutBtn` doesn't appear within 10s, the probe now prints `app.windows.count` and the full `app.debugDescription` to the test log — making the actual a11y tree visible in the CI job log without needing the xcresult artifact.
The probe fails on the runner with an apparently empty accessibility
tree; the xcresult artifact is not retrievable via the API. Print
app.debugDescription + window count so the tree lands in the job log.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
gronod
merged commit 7c2282a7dd into milestone/m9-monterey2026-09-12 12:31:01 +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 #128.
When
openAboutBtndoesn't appear within 10s, the probe now printsapp.windows.countand the fullapp.debugDescriptionto the test log — making the actual a11y tree visible in the CI job log without needing the xcresult artifact.