-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Created test to reproduce the issue in #37 #37 * Fixed failing test with firstOf matcher * Create failing test to reproduce wrong behavior with firstOf * Fixed failing test by using allOf matcher By including the isDisplayed condition as a requirement for onView, we filter any views that matches the text but are not displayed. A bit tricky though. * Renamed firstOf to firstViewOf Because the usage is different from allOf. It's not a matcher filter, but a view filter. * Remove an unneeded parenthesis * Handle assertDisplayed for repeated texts by string resource * Added precondition for gone view in repeated views test
- Loading branch information
Showing
5 changed files
with
53 additions
and
3 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
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