We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
latest
Steps to reproduce:
to_be_visible(visible=False)
get AssertionError: Locator expected to be hidden
AssertionError: Locator expected to be hidden
get AssertionError: Locator expected to be visible
AssertionError: Locator expected to be visible
No response
The text was updated successfully, but these errors were encountered:
Looks like we need a condition here:
playwright-python/playwright/_impl/_assertions.py
Line 672 in 3352d85
Sorry, something went wrong.
Just checked other implementations (Node, Java, dotNet), no issue there
Successfully merging a pull request may close this issue.
Version
latest
Steps to reproduce
Steps to reproduce:
to_be_visible(visible=False)
Expected behavior
get
AssertionError: Locator expected to be hidden
Actual behavior
get
AssertionError: Locator expected to be visible
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: