cy.origin() "Can't find element with id login-content" #27571
Replies: 1 comment
-
Solved: It turns out I needed to wait/check that we are at the url before performing origin and the callback operations on it |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm attempting to use cy.origin() to login to my Auth0 SSO and getting the following error:
"Can't find element with id login-content"
Now login-content does exist on the DOM Inspector, so its leading me to believe that cy.origin may not be working as expected.
https://test-dev.auth0.com/ is the origin Im giving it and is the origin being used in the url. Any ideas why this could be happening?
Beta Was this translation helpful? Give feedback.
All reactions