-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
assertDisplayed with resource and string not check visibility #294
Comments
I do not know if it is the same case, but there are others with the same behavior, for example: assertHasBackground |
Hello @josinaldobarbosa! I don't understand the issue. What is what you expect that is not happening? Thank you! :·) |
@rocboronat my bad, if the view of the parameter has visibility gone/invisibility, the test should fail |
@Sloy Has this been fixed? |
Woops sorry @josinaldobarbosa, I misread you. |
Sorry for the delay, but to test it is simply to put the view with invisible that the test will pass.
|
@Sloy @rocboronat Is there any plans to fix this issue? |
@nickmi11er I've just seen your PR! Thanks for it! Let's move on there 😄 |
Fixed by #316 Thanks a lot for the report! And sorry for not responding sooner 🙏 |
Please consider making a Pull Request if you are capable of doing so.
Library Version:
2.10.0
Describe the Bug:
assertDisplayed(@idres viewId: Int, text: String) not verify if the view is visible
The text was updated successfully, but these errors were encountered: