DEV Community

Discussion on: Multi-Domain (Origin) Testing in Cypress

Collapse
 
davidmastreamline profile image
D.Ma

Im looking to sign in with Gmail through Auth0, but it is giving me an error that I can't use cy.origin() within cy.origin(). any work arounds regarding this?

Collapse
 
jordanpowell88 profile image
Jordan Powell

Try stacking the commands instead of nesting thing like this: github.com/cypress-io/cypress/disc...