We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If two labels/ids exist with the same name, where one is gone and other is visible, android matchers will match both, and throw multiple match error. Add visibility check to matched views in https://github.com/wix/detox/blob/master/detox/android/detox/src/main/java/com/wix/detox/espresso/DetoxMatcher.java#L35
The text was updated successfully, but these errors were encountered:
Android: force matchers to ignore layouts with GONE visibility, closes …
f1facdb
…#761
a4b7e76
…#761 (#775)
Match only visible views (#780)
b9a832f
* Android: force matchers to ignore layouts with GONE visibility, closes #761 * filter out views with effective visibility different than VISIBLE
rotemmiz
Successfully merging a pull request may close this issue.
If two labels/ids exist with the same name, where one is gone and other is visible, android matchers will match both, and throw multiple match error.
Add visibility check to matched views in
https://github.com/wix/detox/blob/master/detox/android/detox/src/main/java/com/wix/detox/espresso/DetoxMatcher.java#L35
The text was updated successfully, but these errors were encountered: