Storybooks for commit 48c09e2ba9e9e94c817d73ab3d066ab550efb15e

Date
2025-08-20T23:27:16.570Z
Summary
chore(functional-tests): add tests for 2fa change workflows
Description
commit 48c09e2ba9e9e94c817d73ab3d066ab550efb15e
Author: Nicholas Shirley 
Date:   Wed Aug 20 00:06:42 2025 -0600

    chore(functional-tests): add tests for 2fa change workflows
    
    Because:
      * We want functional test coverage of the workflows to change 2FA
    
    This Commit:
      * Adds new tests for Change 2FA
      * Adds a few new functions to page objects needed for the Change 2FA
        flows
      * Has a few cleanups of code, removing unsued vars, unneccessary
        await, etc
    
    Closes: #FXA-12244