Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(CI): fix iOS e2e tests (#2503)
## Description CI started failing literally for no reason with error (when launching individual tests): `DetoxRuntimeError: Failed to find a device by type = "iPhone 14"` Sometimes restarting it makes it pass (no changes to code, just restarting CI). I've also listed available devices on CI with `applesimutils --list` and iPhone 14 is obviously there. I've changed the testing device to 'iPhone 15 Pro` (available on list ☝🏻) and it seems to be passing consistently, but 🤷🏻♂️ ## Test code and steps to reproduce CI should pass... ## Checklist - [ ] Ensured that CI passes
- Loading branch information