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
Make the position argument type of click, dblclick, rightclick more specific #6341
Comments
@sainthkh Could I try tackling this issue? I am new to the codebase but would like to start contributing if possible :) |
Good. Go on. |
@sainthkh So I found the |
Cypress types are defined in |
The code for this is done in cypress-io/cypress#6668, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
Currently, the type of
position
inclick
,dblclick
,rightclick
is juststring
. Because of this, we cannot get the help of Intellisense.Desired behavior:
They should be replaced to
PositionType
likescrollTo
, etc.Test code to reproduce
Intellisense doesn't work.
Versions
3.8.3
The text was updated successfully, but these errors were encountered: