Don't assert specific devices for accessibility tests and use iOS 18 again. (#4741)

* Don't assert specific devices for accessibility tests.

It's not as critical as UI/Preview tests as nothing is snapshotted.

* Extend the timeout for accessibility tests.

They're slow 😅

* Drop back to iOS 18.5 for accessibility tests (for now).
This commit is contained in:
Doug
2025-11-13 10:34:36 +00:00
committed by GitHub
parent 517e6036c9
commit eda1e844d2
4 changed files with 6 additions and 15 deletions

View File

@@ -95,7 +95,7 @@ lane :accessibility_tests do |options|
run_tests(
scheme: "AccessibilityTests",
device: "iPhone 17 (#{simulator_version})",
device: "iPhone 16 (18.5)", # The tests are randomly crashing on iOS 26
ensure_devices_found: true,
prelaunch_simulator: false,
result_bundle: true,