mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-03 20:19:57 +01:00
20 lines
617 B
Plaintext
20 lines
617 B
Plaintext
|
*** Settings ***
|
||
|
Documentation A test suite containing tests related to the login page links.
|
||
|
Suite Setup Open Browser To Legacy Login Page
|
||
|
Suite Teardown Close Browser
|
||
|
Resource ../../Pages/login_page.robot
|
||
|
|
||
|
*** Test Cases ***
|
||
|
Reset Link
|
||
|
Element Should Be Visible ${RESET PASSWORD LINK}
|
||
|
|
||
|
Webauthn login Link
|
||
|
Element Should Be Visible ${SIGN IN WITH WEBAUTHN LINK}
|
||
|
|
||
|
Legacy login Link
|
||
|
Show Webauthn Form
|
||
|
Element Should Be Visible ${SIGN IN WITH LOGIN PASSWORD LINK}
|
||
|
|
||
|
Recover Account Link
|
||
|
Show Webauthn Form
|
||
|
Element Should Be Visible ${RECOVER YOUR ACCOUNT LINK}
|