-
Notifications
You must be signed in to change notification settings - Fork 562
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
Challenge selection fix #1286
base: master
Are you sure you want to change the base?
Challenge selection fix #1286
Conversation
2e190c2
to
2f94cb4
Compare
@edwardrf I don't know if this helps you at all, but in this branch I put some basic work into fixing the issue you're running into with change of selection. When you enter googleapps.go:83 you're failing out to the bottom at googleapps.go:449 Instead, I think we need to catch the error and try to look at this selection page, so in this branch I added a new function and an if block to try and catch your new selection page. The new selection page is the html that is added to tests in this PR. I think the key is figuring out which of this attributes needs to be passed to the page:
|
Thanks @aaronthebaron, I did took a look at the page and tried to select the one-time code method, but it seems it always ends up sending me to the SMS challenge page. I'll have to circle back to see what could be the reason. |
2f94cb4
to
e0e9694
Compare
@edwardrf Thanks for taking a swing at it. I fixed captcha's today and will take a look at your changes on Monday if you don't beat me to it. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1286 +/- ##
==========================================
- Coverage 42.19% 42.05% -0.15%
==========================================
Files 54 54
Lines 6456 6478 +22
==========================================
Hits 2724 2724
- Misses 3283 3305 +22
Partials 449 449
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@edwardrf I think I see what's happening with your code. I think two elements are required, a The types also appear to be in the HTML
So it seems like you are on the right track? |
What is the plan for this PR? |
No description provided.