mozilla-iam / auth0-tests

Test automation for auth0 integration
Mozilla Public License 2.0
2 stars 7 forks source link

Google XFAIL login could be made to work #26

Open gene1wood opened 4 years ago

gene1wood commented 4 years ago

The Google login login_with_google fails because of Google's fraud detection, ending on this page

Selection_091

I imagine if we establish a 2fa device in the login process and in the Google account and provide a OTP during login that this won't happen.

gene1wood commented 4 years ago

So to get this working we need a few things

  1. Find out what phone number was used to setup the test account (it ends in 39)
  2. Add that to the secure parameter store that populates variables.json (I can add that if someone can provide me the phone number)
  3. Click the div with text contents of Confirm your recovery phone number
  4. Enter the phone number that we get from variables.json into the input field with id of phoneNumberId

Once we get to this step I can see what happens when you click the Next button

@viorelaioia Do you know the phone number for the test google account? Can you send it to me over slack or keybase (gene_wood)

floatingatoll commented 2 years ago

If we review this issue in the future, consider also #41 in case there's useful outcomes there.