-
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
Authentication issue in logging into a web-app in v10.10.0+ #30701
Comments
Hi @AtofStryker , I've seen your notes in this Issue - #23551 about handling cookies which was introduced in v10.10.0. Can you please take a look at the current issue and provide any suggestions for debugging . |
@ainkollu It'd be helpful to have a way to reproduce the error that you're seeing. |
Thanks @jennifer-shehane let me see if I can find a way to repro the error for others to take a look....also, is there a way to securely share credentials to the contributors who can take a look at the issue? |
@jennifer-shehane I am still working on getting the required approvals to share details on the repro steps but would like to know if we have a way to share credentials securely so that they are not visible to public. The reason I ask is that we cannot share our sandbox env details as they are gated behind a VPN and so Production data is the only option. Thanks! |
@ainkollu You could email sensitive information to [email protected] |
Current behavior
Context
I am trying to automate a few user actions using Cypress and the work-flow goes like this
Desired behavior
The Dashboard page should be displayed instead the same PIN page is displayed. This happens every time a PIN is entered.
Test code to reproduce
The sandbox env is behind a VPN and cannot be utilized via internet. The production env is available but requires actual credentials and cannot be shared.
The code is pretty straightforward.
Code Snippet
NOTE
Cypress Version
10.10.0
Node version
18.20.4
Operating System
macOS 14.6.1
Debug Logs
No response
Other
One of these two new features introduced in 10.10.0 is causing this issue.
cy.origin()'s URL argument must be an exact origin match to the origin of the AUT. Addresses #23999, #23814, #24085, #22882, and #17166.
More accurately send/set cookies in cy.origin() when experimentalSessionAndOrigin is enabled. Addresses #23551, #22670, and #23603.
The text was updated successfully, but these errors were encountered: