Skip to content
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

cy.contains fails to find an element #201

Closed
jasonLaster opened this issue Aug 18, 2016 · 2 comments
Closed

cy.contains fails to find an element #201

jasonLaster opened this issue Aug 18, 2016 · 2 comments

Comments

@jasonLaster
Copy link

test case: list of items and the first one is inside an element with visible: false even though the rest are visible.

We ran into this with Codemirror, when it was instantiated without a default value. In this case, the first element was hidden, but the rest were visible, and cypress could not find a child element down the list.

@brian-mann
Copy link
Member

Can you create a small reproducible repo showcasing this problem? I cannot reproduce locally.

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Aug 22, 2016
@jasonLaster
Copy link
Author

A simple way to reproduce what we saw would be to create a codemirror instance without default text, then add text and try to select the second line number.

@jennifer-shehane jennifer-shehane removed the stage: needs information Not enough info to reproduce the issue label Dec 6, 2018
@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants