feat(functional): update smoke tests for otp release Because:
- Once the OTP feature flag is flipped, i.e. query param ?force_passwordless=true is no longer required, some smoke tests will fail since the default web flow will now be passwordless OTP instead of email/password. This commit: - Updates affected functional tests to not use passworldess OTP. Closes #FXA-13336