-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Cypress can’t type the string ‘hasOwnProperty’ inside any field #3423
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
Comments
Same with these values toLocaleString The JavaScript object prototype functions .... |
It is a fun bug lol. The bug is on Please note the following behaviour of the Javascript dictionary behaviour:
The last one is not ok. Let me see what I can do there. |
@clarmso Let us know if you need any help contributing. Feel free to open a WIP (work in progress) PR that we can help with. |
The code for this is done in cypress-io/cypress#3903, but has yet to be released. |
…rds (cypress-io#3903) close cypress-io#3423 I have make Cypress to be able to type some Javascript reserved words such as "hasOwnProperty" and "toString". In addition, I've added some tests taken from the big naughty list of strings.
Released in |
Current behavior:
When testing out forms with the Big List Of Naughty strings, cypress itself fails to type the string ‘hasOwnProperty’
Desired behavior:
Cypress Should be able to type all strings
Steps to reproduce: (app code and test code)
Nothing happens, workaround:
Versions
Chrome v68
Cypress v3.1.0
The text was updated successfully, but these errors were encountered: