-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle extra "Send text message" challenge page #1150
Conversation
@mapkon can you check? |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #1150 +/- ##
==========================================
+ Coverage 39.09% 39.20% +0.10%
==========================================
Files 53 53
Lines 7977 7993 +16
==========================================
+ Hits 3119 3134 +15
+ Misses 4444 4442 -2
- Partials 414 417 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
It seems some times google will present an extra "Send text message" challenge page that requires the user to click on the button to actually get text message sent and present the code input in the next page.
@mapkon sorry for the delay, just added the test case, plz take a look. |
@mapkon i've updated the test case that wasn't functioning correctly due to automatic html formatting, plz take a look again. |
Thanks buddy! I will take a look |
It seems some times google will present an extra "Send text message" challenge page that requires the user to click on the button to actually get text message sent and present the code input in the next page.
#1137