cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.

Home Page:https://cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress can not type (cy.get(el).type) space char (' ') into input[type=email] !

MohammadS3dd opened this issue · comments

Current behavior

Cypress does not type space char into any email input.

Desired behavior

in case this is desired behavior:
Cypress should be able to type any character into any field. if users can do it with their physical keyboard, Cypress should too.

Test code to reproduce

reproduction: https://github.com/MohammadS3dd/cypress-bug-reproduction

Cypress Version

13.7.0

Node version

v18.17.1

Operating System

windows 11

Debug Logs

No response

Other

No response

Duplicate of #1327