fxa/packages/functional-tests/pages/settings
dschom cec1f48366
bug(settings): RedirectTo can be rejected by password/forgot/send_code endpoint
Because:
- We don't actually have to send the redirectTo URL to the password forgot end point
- If we don't send this, the user just won't get redirected back to the RP and will see a success message instead.
- The redirect only happens on the same tab anyways, so it's unlikely many users were experience flows where they were redirected. Therefore this change resolves a bug, and has low impact on our users.
- When sending password forgot codes, we should only set the service option when the service is sync.

This Commit:
- Removes the redirectTo URL form the call to the password/forgot/send_code endpoint.
- Only sets 'service' on the passwordForgotSendCode call when it's sync.
- Fixes race conditions found in totp playwright page
- Fixes warning about calling setIsLoading after components unloads (due to navigating away).
2023-09-27 08:43:38 -07:00
..
components test(functional): replace and remove deprecated functions 2023-07-19 12:08:22 -04:00
avatar.png feat(tests): implement prod smoke tests in playwright 2021-11-17 10:19:19 -08:00
avatar.ts test(functional): replace and remove deprecated functions 2023-07-19 12:08:22 -04:00
changePassword.ts test(functional): replace and remove deprecated functions 2023-07-19 12:08:22 -04:00
deleteAccount.ts feat(tests): Migrate oauth handshake and force auth tests to playwright 2022-10-25 12:13:50 -04:00
displayName.ts test(functional): replace and remove deprecated functions 2023-07-19 12:08:22 -04:00
index.ts Merge pull request #15512 from mozilla/test-cleanup 2023-07-19 12:24:26 -04:00
layout.ts feat(settings): Rollout new account recovery flow at 15% 2023-07-19 15:31:14 -07:00
recoveryKey.ts feat(settings): Generate recovery key as PDF 2023-08-11 10:41:53 -07:00
secondaryEmail.ts test(functional): replace and remove deprecated functions 2023-07-19 12:08:22 -04:00
totp.ts bug(settings): RedirectTo can be rejected by password/forgot/send_code endpoint 2023-09-27 08:43:38 -07:00