We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
The Kitchen Sink currently fails on cy.type() into email input with this error:
cy.type()
Error: Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('email') does not support selection.
Suspect it is related to Chrome Version 58.0.3029.110
Kitchen Sink Example
cy.get('.action-email').type('fake@email.com').clear()
cy.type('{leftarrow}{rightarrow}{uparrow}{downarrow}{del}{selectall}{backspace}')
The text was updated successfully, but these errors were encountered:
The same is happening to me on Google Chrome Version 60.0.3112.7 (Official Build) dev (64-bit) on Electron the test are working fine
Sorry, something went wrong.
This is fixed in our next release 0.20.0
0.20.0
The code for this is done, but this has yet to be released. We'll update the issue and reference the changelog when it's released.
Fixed in 0.20.0
chrisbreiding
No branches or pull requests
Are you requesting a feature or reporting a bug?
Bug
Current behavior:
The Kitchen Sink currently fails on
cy.type()
into email input with this error:Suspect it is related to Chrome Version 58.0.3029.110
How to reproduce the current behavior:
Test code:
Kitchen Sink Example
Additional Info (images, notes, stack traces, etc)
The text was updated successfully, but these errors were encountered: