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.dblclick() should accept same options as cy.click() #116

Closed
jennifer-shehane opened this issue Mar 28, 2016 · 4 comments · Fixed by #3030
Closed

cy.dblclick() should accept same options as cy.click() #116

jennifer-shehane opened this issue Mar 28, 2016 · 4 comments · Fixed by #3030
Assignees
Labels
pkg/driver This is due to an issue in the packages/driver directory type: enhancement Requested enhancement of existing feature

Comments

@jennifer-shehane
Copy link
Member

jennifer-shehane commented Mar 28, 2016

cy.dblclick() currently will serially double click all of the current subjects. cy.dblclick() needs to accept options:

  • multiple
  • force

It also needs to accept position and x,y coordinate arguments.

@jennifer-shehane jennifer-shehane added the type: enhancement Requested enhancement of existing feature label Mar 28, 2016
@jennifer-shehane jennifer-shehane added the pkg/driver This is due to an issue in the packages/driver directory label Mar 21, 2017
@jennifer-shehane jennifer-shehane added the stage: ready for work The issue is reproducible and in scope label Sep 14, 2018
@kuceb kuceb self-assigned this Dec 18, 2018
@kuceb kuceb added this to the Sprint 16 milestone Dec 18, 2018
@mmsudy
Copy link

mmsudy commented Feb 28, 2019

cy.dblclick() currently will serially double click all of the current subjects. cy.dblclick() needs to accept options:

  • multiple
  • force
  • interval

It also needs to accept position and x,y coordinate arguments.

currently I am facing this problem to test my project

@jennifer-shehane jennifer-shehane removed this from the Sprint 16 milestone Feb 28, 2019
@Jero786

This comment has been minimized.

@cypress-bot cypress-bot bot added stage: needs review The PR code is done & tested, needs review stage: work in progress and removed stage: ready for work The issue is reproducible and in scope stage: needs review The PR code is done & tested, needs review labels Aug 8, 2019
@cypress-bot cypress-bot bot added stage: needs review The PR code is done & tested, needs review and removed stage: work in progress labels Sep 6, 2019
@cypress-bot cypress-bot bot added stage: work in progress stage: needs review The PR code is done & tested, needs review and removed stage: needs review The PR code is done & tested, needs review stage: work in progress labels Sep 25, 2019
@cypress-bot cypress-bot bot added stage: needs review The PR code is done & tested, needs review and removed stage: work in progress labels Oct 7, 2019
@cypress-bot cypress-bot bot added stage: pending release and removed stage: needs review The PR code is done & tested, needs review labels Oct 11, 2019
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Oct 11, 2019

The code for this is done in cypress-io/cypress#3030, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Oct 23, 2019

Released in 3.5.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pkg/driver This is due to an issue in the packages/driver directory type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants