-
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
Filling forms using Hyperform #4587
Comments
I can recreate this in Cypress 3.3.2 in Chrome 75. When running in Cypress, I've noticed the same Failing test @bkucera describe('Hyperform basic test', function () {
it('it should be possible to fill a form field', function () {
cy.visit('https://hyperform.js.org/examples.html#file=simple')
cy.get('input').type('hello').should('have.value', 'hello')
})
}) |
Any news here? This is a major blocker for us. |
This is because hyperform is overriding the I'll have a fix up soon Edit: fix is in #4870 |
The code for this is done in cypress-io/cypress#4870, but has yet to be released. |
Released in |
I encountered issues filling form fields with type() when the form is "enhanced" with Hyperform (https://hyperform.js.org/).
Current behavior:
The form field is not filled.
Desired behavior:
The form field shoud be filled.
Steps to reproduce: (app code and test code)
No app code needed.
Test code:
Versions
Cypress 3.3.0 and 3.3.1
Chromium 69 and Electron 61
The text was updated successfully, but these errors were encountered: