forked from orgzly-revived/orgzly-android-revived
-
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.
Work around mysterious button text not matching string
The test works just fine on API 33, but on API 34 the string "4:05 AM" will never match, even though the actual textView looks exactly right. Strangely, matching any whitespace character instead of the space between "4:05" and "AM" works. I have no idea what is going on. And no other tests behave like this.
- Loading branch information
Showing
1 changed file
with
8 additions
and
14 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