lirantal / cypress-social-logins

Cypress authentication flows using social network providers
Apache License 2.0
247 stars 78 forks source link

Cypress Social login failing with redirecting to a new blank page. #105

Closed Cardoso-topdev closed 1 month ago

Cardoso-topdev commented 3 years ago

Hi @lirantal and others! I am going to test a social login with cypress. I installed this plugin and followed this guides. It seems social login success but it redirect to the other new blank page. I want to do social login with a popup dialog and continue working on my website without redirecting to the other page. Here is the option object I used.

const socialLoginOptions = {
  username,
  password,
  isPopup: true
}

And this is the Cypress test screen shot. image

Please have a look and let me know what I missed or what I am wrong. Thank you very much.

lirantal commented 1 month ago

Going to close this for being stale but if any issues remain or more context to be shared, please comment and will re-open.