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
Currently running
expect_visible(invisible(TRUE))
with the error it returns the following message
Error: invisible(TRUE) does not invisibly
However this should be something like
Error: invisible(TRUE) does not visibly
The text was updated successfully, but these errors were encountered:
Improve failure messages for expect_visible() and expect_invisible()
expect_visible()
expect_invisible()
960c667
Fixes #1966
8c2bd6e
Successfully merging a pull request may close this issue.
Currently running
with the error it returns the following message
However this should be something like
The text was updated successfully, but these errors were encountered: