Skip to content

When passing option multiple: true to .click() and not all el's clickable, 'undefined' err thrown. #90

@jennifer-shehane

Description

@jennifer-shehane

When using the command .click() and passing the option multiple: true, I can see that at least 1 of the elements I am attempting to click on is not visible. The click command eventually times out and in the command log displays error:

 CypressError: Timed out retrying: undefined

Code

cy.get(".close").click(multiple: true)

It would be nice to instead get an error about "one or more of the elements not being visible, so not being clickable"

Additional Info
screen shot 2015-12-08 at 10 55 16 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions