Skip to content
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

{enter} not working in Firefox 99 and 100 #21033

Closed
Cito opened this issue Apr 11, 2022 · 3 comments · Fixed by #21042
Closed

{enter} not working in Firefox 99 and 100 #21033

Cito opened this issue Apr 11, 2022 · 3 comments · Fixed by #21042

Comments

@Cito
Copy link

Cito commented Apr 11, 2022

Current behavior

When sending {enter}, this has no effect in Cypress 9.5.4 in Firefox 100, while it did work in Firefox 97.

This had been already reported in #20562 and has been claimed to be fixed in v9.5.4, but it seems that is not the case.

Tested with Firefox Dev 99.0b8 and 100.0b4 (probably same problem with Firefox 98 as well).

Desired behavior

Sending {enter} should work as it did in Firefox 97 and older.

Test code to reproduce

describe('Hitting enter', () => {
  it('works', () => {
    cy.visit('https://www.duckduckgo.com/');
    cy.get('input#search_form_input_homepage').type('hello{enter}');
    cy.get('div#links_wrapper').should('exist');
  });
});

Cypress Version

9.5.4

Other

No response

@sainthkh
Copy link
Contributor

Confirmed that it doesn't work.

I'm sorry. I first thought that fixing the broken tests would solve the problem. But it seems that it wasn't enough.

@sainthkh sainthkh added the stage: ready for work The issue is reproducible and in scope label Apr 12, 2022
@cypress-bot cypress-bot bot added stage: needs review The PR code is done & tested, needs review and removed stage: ready for work The issue is reproducible and in scope labels Apr 12, 2022
@cypress-bot cypress-bot bot added stage: waiting stage: needs review The PR code is done & tested, needs review and removed stage: needs review The PR code is done & tested, needs review stage: waiting labels Apr 13, 2022
@cypress-bot cypress-bot bot added stage: pending release and removed stage: needs review The PR code is done & tested, needs review labels Apr 14, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Apr 14, 2022

The code for this is done in cypress-io/cypress#21042, but has yet to be released.
We'll update this issue and reference the changelog when it's released.

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Apr 25, 2022

Released in 9.6.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v9.6.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Apr 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants