devices.tests.test_forms.test_browser_login¶
Test suite for validating the browser login functionality.
Functions¶
Test the BrowserLoginForm with a valid OTP. |
|
Test the BrowserLoginForm with an OTP that has an invalid structure. |
|
Test the BrowserLoginForm with a non-existent credential ID in the OTP. |
|
Test the BrowserLoginForm with an invalid OTP value. |
|
Test the BrowserLoginForm with a missing OTP. |
Module Contents¶
- devices.tests.test_forms.test_browser_login.test_browser_login_form_valid(remote_device_credential_download_instance)[source]¶
Test the BrowserLoginForm with a valid OTP.
- Parameters:
remote_device_credential_download_instance (dict[str, Any])
- Return type:
None
- devices.tests.test_forms.test_browser_login.test_browser_login_form_invalid_otp_structure()[source]¶
Test the BrowserLoginForm with an OTP that has an invalid structure.
- Return type:
None
- devices.tests.test_forms.test_browser_login.test_browser_login_form_nonexistent_credential(remote_device_credential_download_instance)[source]¶
Test the BrowserLoginForm with a non-existent credential ID in the OTP.
- Parameters:
remote_device_credential_download_instance (dict[str, Any])
- Return type:
None