Application login with username / password not working via cypress alone #22511
Unanswered
mrsenzy
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
It's not clear what is the source of the issue. Is it the login info incorrect at the time you click signIn? Is your app not accepting those credentials as a valid user? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - We have a internal application that uses basic login / password with sign in button and than navigates to home screen. Its very simple screen - the login validation works fine while checking from local browser, via selenium script, at browserstack etc .. but trying to do same in cypress it gives login attempt failed with valid credentials. Below is the 4 line of cypress script that must work but it display login attempt failed. I am using cypress 9.5.0. I am able to follow same steps for other internal app's and those works fine -- Have anyone faced this issue - Please share me any recommended approach for this issue.
Below is screenshot of the logs displayed during sign in ... for reference.

Beta Was this translation helpful? Give feedback.
All reactions