-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Labels
pkg/driver
This is due to an issue in the packages/driver directory
type: enhancement
Requested enhancement of existing feature
Comments
jennifer-shehane
added
the
type: enhancement
Requested enhancement of existing feature
label
Mar 28, 2016
jennifer-shehane
added
the
pkg/driver
This is due to an issue in the packages/driver directory
label
Mar 21, 2017
jennifer-shehane
added
the
stage: ready for work
The issue is reproducible and in scope
label
Sep 14, 2018
currently I am facing this problem to test my project |
This comment has been minimized.
This comment has been minimized.
28 tasks
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
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
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
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
bot
added
stage: pending release
and removed
stage: needs review
The PR code is done & tested, needs review
labels
Oct 11, 2019
The code for this is done in cypress-io/cypress#3030, but has yet to be released. |
Released in |
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
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
andx
,y
coordinate arguments.The text was updated successfully, but these errors were encountered: