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
Assertion be.visible returns false for elements inside an SVG node.
be.visible
false
Assertion be.visible returns real visibility of elements inside an SVG node.
See playground project.
The text was updated successfully, but these errors were encountered:
The Electron browser that Cypress uses has been updated to use Chrome 61 as of Cypress 3.3.0, so this is no longer an issue.
I also verified this is working by running the supplied repository through the updated Cypress.
Sorry, something went wrong.
No branches or pull requests
Current behavior:
Assertion
be.visible
returnsfalse
for elements inside an SVG node.Desired behavior:
Assertion
be.visible
returns real visibility of elements inside an SVG node.How to reproduce:
See playground project.
The text was updated successfully, but these errors were encountered: