angular / protractor

E2E test framework for Angular apps

Home Page:http://www.protractortest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid_grant error while running protractor tests

hassankaz opened this issue · comments

Hi!

I've been running into errors that says 'Failed: invalid_grant' when running protractor tests. I use google account for test accounts and usually the error starts to appear when signing up as a new tester within a test. This issue started very recently. I've been using the same setup for some years now and was working fine. Is there anyone familiar with this issue? I really appreciate any help! thank you!

Bug report

  • Node Version: 8.4.0
  • Protractor Version: 5.3.0
  • Angular Version: ``
  • Browser(s): chrome 90.0.4430.85
  • Operating System and Version macOS Big Sur
  • Your protractor configuration file
  • A relevant example test
  • Output from running the test

image

  • Steps to reproduce the bug
  • The URL you are running your tests against (if relevant)

This is not Protractor issue, but looks error during authentication of your account at Google api.
Just run your test on debug level and identify the place where you face with this exception

Thank you. This has been resovled.