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

Incorrect error msg for traversing DOM elements w/ no selector and options #8

Closed
jennifer-shehane opened this issue Mar 30, 2015 · 1 comment
Labels
type: enhancement Requested enhancement of existing feature

Comments

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Mar 30, 2015

When traversing a DOM element and passing in options but no selector, the error msg is not formatted correctly.

Examples of commands that will give incorrect error message:
cy.get("#header").next(visible: false)
cy.get("#header").children(visible: false)
Error Message

screen shot 2015-03-30 at 2 13 00 pm

@jennifer-shehane jennifer-shehane changed the title Error msg for traversing DOM elements w/ no selector and options Incorrect error msg for traversing DOM elements w/ no selector and options Mar 30, 2015
@jennifer-shehane jennifer-shehane added the type: enhancement Requested enhancement of existing feature label Mar 31, 2015
@brian-mann
Copy link
Member

Fixed in 0.4.5. Changelog

@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
type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants