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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user