Show troubleshooting options consistently across all MFA verification#8834
Show troubleshooting options consistently across all MFA verification#8834
Conversation
There was a problem hiding this comment.
I think this and the spec/features/users/sign_in_spec.rb are another case of not_to assertions passing without any actual relevance to the page. I'm assuming earlier iterations of these screens may have had mentions of specific MFAs, rather than leading back to the MFA selection screen via "Choose another authentication method". It only became a problem when we removed the string.
spec/features/users/sign_up_spec.rb
Outdated
There was a problem hiding this comment.
At one point it seems that we may have prevented the user from returning to the MFA selection during account setup during HSPD12, but as above, the to_not wasn't doing anything meaningful here, and we've shown an option to return to the MFA selection for at least a while now. But the MFA selection does prevent the user from choosing anything other than PIV.
changelog: User-Facing Enhancements, MFA Verification, Show consistent troubleshooting options on MFA verification
changelog: User-Facing Improvements, MFA Verification, Show consistent troubleshooting options on MFA verification
50c9149 to
0d2968f
Compare


🎫 Ticket
Related to LG-10286
🛠 Summary of changes
Updates MFA verification to use a common troubleshooting options module at the bottom of the page, so that users aren't confused by differing content layouts between MFA methods. You should be able to see the adoption of consistently pretty obviously by a cursory glance of the Before/After screenshots below.
📜 Testing Plan
👀 Screenshots