Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UI test timeout when running on GitHub Actions
Summary: The previous CI changes landed this morning, however there was still some test flakiness. From the logs, it looked like an Accessibility dialog was being shown during the UI tests, and this was causing them to time out. On closer inspection of the logs , I discovered the 'pre-heat' step in the UI tests pipeline was incorrectly choosing the wrong iPhone 14 Pro simulator, since GitHub Actions on macOS 13 offers both iOS 16.4 and iOS 17.0 devices (Even if Xcode 14 was explicitly declared). In order to ensure the same iOS Simulator is used throughout the UI tests, this diff explicitly declares the iOS version it expects to be working with. Differential Revision: D51293930 fbshipit-source-id: ddeee7a6aa8f826541bc1aeb56ed6a8445534694
- Loading branch information