-
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
.type() does not type random characters (reproducibility is 10%) #1381
Comments
How did you came up with the 10 percent reproducibility? Running the same test multiple times in a row and see if or when it fails? so runs 10 times the same test and 1 fails? or... Is there a reason why you don't run the lastest version of Cypress and Chrome? |
I trigger test run multiple times in a row. 10% is an approximate number. This old version was set up some time ago and I've just joined the project. I'll see if I can upgrade but if there's a solution or a reason why it's happening - would be good to know. |
I have a similar issue, all my tests pass when I run them separately, however when running them all at once, (doing some actions like typing in a field many many times over the course of a test run) I'll occasionally, and inconsistently end up with truncated strings in the inputs. usually missing the last couple letters. |
I'm looking into this as part of the #1241 |
I'm still seeing inconsistencies with It doesn't make it to the end of the string, and then moves on to the next action. EDIT: Decided to open a new issue #2973 |
Bug?
Current behavior:
the field I'm typing to is input with
type='number'
10% times I get input
100
(without the last character)The text was updated successfully, but these errors were encountered: