question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Filling forms using Hyperform

See original GitHub issue

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:

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('This will never appear')
  })
})

Versions

Cypress 3.3.0 and 3.3.1 Chromium 69 and Electron 61

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jennifer-shehanecommented, Jun 28, 2019

I can recreate this in Cypress 3.3.2 in Chrome 75.

When running in Cypress, I’ve noticed the same keyup, keypress, and click events firing and being listened to as the same as manually typing. Don’t see any obvious reasoning for this.

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')
  })
})

0reactions
cypress-bot[bot]commented, Oct 23, 2019

Released in 3.5.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Usage - Capture form validation back from the browser
Hyperform is a complete implementation of the HTML 5 form validation API in Javascript. It replaces the browser's native methods (if it even...
Read more >
HyperForm Tutorial with a practical Example- Part3 - YouTube
This video tutorial explains how to perform Incremental Radioss simulation analysis using Altair's HyperForm Software- Autoprocess.
Read more >
Manufacturing Solutions - HyperForm - Altair
HyperForm is a finite-element based, sheet metal forming simulation solution. HyperForm combines an extremely fast one-step solver and incremental forming ...
Read more >
Filling out USPTO Forms - ClaimMaster Software
1. In ClaimMaster tab, click on the USPTO Office Actions, Shells, and Forms menu, then select Populate a USPTO form with application/attorney info: This...
Read more >
designing and interacting with self-reconfiguring materials
forms, and how we will interact with hyperforms to control ... left) and fill in the extended profile of the bed (to the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found