-
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
Cypress E2E start and restart of test on file change often results in blank page #24322
Comments
@cichyadam I'm sorry you are having issues with Cypress. Unfortunately we will need a replication in order to investigate further. Unless we receive a reliable reproduction, we'll eventually have to close this issue until we can reproduce it. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please provide a reproducible example of the issue you're encountering. Here are some tips for providing a Short, Self Contained, Correct, Example and our own Troubleshooting Cypress guide. |
@nagash77 thanks for you answer, however I don't think I would be able to give you access to the repository as it's private part of the organization I started to work for. Do you think the issue could be that we are running the react app on Because once I changed hosts file in Maybe this information might be more useful to allocate the issue in what am I doing wrong. |
Right now there doesn't seem to be enough information to reproduce the problem on our end. We'll have to close this issue until we can reproduce it. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please open a new issue with a reproducible example and link to this issue. Here are some tips for providing a Short, Self Contained, Correct, Example and our own Troubleshooting Cypress guide. |
* fixes #28788 -- mouse.ts logic If mouseUp element or mouseDown element or commonAncestor element is :disabled, click event should be prevented * fixes #28788 -- e2e test tests that no click events are registered when click happens on child of disabled element * fixes #28788 -- mouse.ts logic If mouseUp element or mouseDown element have an "actually disabled" parent, the click event should not be registered * refactoring: minor name changes for readability * fixes #24322 --added changelog entry * Update packages/driver/src/cy/mouse.ts Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update packages/driver/cypress/e2e/commands/actions/click.cy.js Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update packages/driver/src/cy/mouse.ts Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update packages/driver/src/cy/mouse.ts Co-authored-by: Bill Glesias <bglesias@gmail.com> * update mouse.ts -- unexpected token * docs: moved entry to 13.6.5 * Update CHANGELOG.md * Update CHANGELOG.md * Update packages/driver/cypress/e2e/commands/actions/click.cy.js Co-authored-by: Bill Glesias <bglesias@gmail.com> * Update cli/CHANGELOG.md Co-authored-by: Bill Glesias <bglesias@gmail.com> * lint: fixed 2 linting errors 565:1 error Expected indentation of 8 spaces but found 10 indent 567:7 error Expected blank line before this statement padding-line-between-statements * style: removed trailing space 567:1 error Trailing spaces not allowed no-trailing-spaces * Update CHANGELOG.md --------- Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: Cacie Prins <cacieprins@users.noreply.github.com>
@nagash77 @amehta265 I am trying to run a Cypress test and getting an error: ERROR:ssl_client_socket_impl.cc(983)] handshake failed; returned -1, SSL error code 1, net_error -100. I started getting after changing my base location. e.g., from Europe to India. https://www.encryptionconsulting.com/how-to-fix-the-ssl-handshake-failed-error/ |
Current behavior
When starting test with
yarn cypress open
I often see a blank page and in my terminal I see this error message:ERROR:ssl_client_socket_impl.cc(983)] handshake failed; returned -1, SSL error code 1, net_error -100
Sometimes I manage to run my test, when I change a test file, it also results in a blank page with the same error in the terminal + I can see that the cypress requests are failing.
g
I have been working with cypress for couple of years, but installing it into this project is quite painful and bring so many errors which I haven't come across in past years.
Desired behavior
Test code to reproduce
I have just freshly installed cypress into private repository and running a very simple test just to visit a login page.
Cypress Version
10.10.0
Node version
16.17.1
Operating System
macOS 12.6
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: