-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve unit test failure in Xcode 12 (#255)
* Resolve unit test failure in Xcode 12 related to URLSessionDataTask private method being called too late * Mark a test as iOS only, since the Mac tests don't have a host app context * Dismiss the first-launch Quick-Swipe keyboard tutorial if present * Attempt to work around a race condition in XCUI tests with fresh iPhone simulator instances * Ensure the XCUI query isn't resolved before the element arrives, to fix flapper test failures on slow CI nodes
- Loading branch information
1 parent
80afc37
commit e82bd15
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters