forked from inaturalist/iNaturalistAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded the androidx.test.core to address this issue: android/android-test#1412 Still having issues with flaky tests on SDK 33. Appears the way that focus is handled in the application is problematic for espresso. A quick look turned up some non-obvious code (the code under test handles clicks but returns false indicating that it did not handle them, and the view is a nest of activity-fragment-fragment that will take me a moment to unpack). Chose to just maintain the SDK that was being tested previosuly (30) but put 33 into the list as something to be fixed
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 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