commit a4d1ac55a9d0608ed636d94e2cf811dd679b802f
Author: Nicholas Shirley
Date: Mon Oct 13 16:57:27 2025 -0600
feat(functional-tests): Use direct API to consume recovery codes
Because:
- The particular test for getting new recovery codes after consuming
enough shouldn't care how the codes are consumed
- And, by consuming codes via the UI can be _very_ slow
This Commit:
- Replaces the manual UI integration to consume recovery codes with a
direct API call to the appropriate route
- And removes the temporary timeout increase
Closes: #FXA-12497