-
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
react input type email clears, not firing event #770
Comments
What event are you specifically listening to? Are you talking about the Could you possibly paste some sample test code/html of what you are doing/testing? |
At this time I can't. I'll try tomorrow. I'm talking about the onChange
event.
…On Oct 18, 2017 5:33 PM, "Jennifer Shehane" ***@***.***> wrote:
What event are you specifically listening to? Are you talking about the
invalid event
<https://developer.mozilla.org/en-US/docs/Web/Events/invalid>?
Could you possibly paste some sample test code/html of what you are
doing/testing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#770 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS0qyva-XZB2kMLRzR8ZBsEvrZNKAIoLks5stm6TgaJpZM4P-Waz>
.
|
What version of Cypress are you using? We just did some fixes for |
1.0.2
Mac OS, latest
…On Oct 18, 2017 5:56 PM, "Jennifer Shehane" ***@***.***> wrote:
What version of Cypress are you using? We just did some fixes for onChange
events in version 1.0.2. #647
<#647>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#770 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS0qysJkoUgwwuYky3hPy5FVx4QZ68k5ks5stnP_gaJpZM4P-Waz>
.
|
@chrisbreiding can you investigate this. There are already react v16 e2e tests in the driver code |
I'm not sure if it's related, but I have issues with React 16 + cy.type only with Electron. Chrome works as expected. I made a comment on the closed issue: Maybe spearmootz is using Electron too? |
no im using web. im actually going to close this issue because i made a small sample test using codepen and cypress and the tests passed. so there might be something going on behind the hood of my code that im not identifying as an issue. |
What do you mean by web? Chrome? You can specify if you want to use Chrome or Electron when you run your tests. |
Same problem here still. Working good in Chrome, but not in |
Fixed in |
Is this a Feature or Bug?
Bug
Current behavior:
Cypress not emitting event on valid or invalid email on input type email, so when you go handle user action, you dont have the values in state
Desired behavior:
events are triggered for input type email
How to reproduce:
Test code:
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: