2FAuth/tests/EndToEnd/Pages/settings_webauthn_page.robot
2023-08-31 19:12:55 +02:00

20 lines
617 B
Plaintext

*** Settings ***
Documentation A page object to use in WebAuthn settings tests.
...
Library SeleniumLibrary
Resource settings.resource
Resource ../common.resource
*** Variables ***
${WEBAUTHN SETTINGS PAGE URL} ${ROOT URL}/settings/webauthn
*** Keywords ***
Webauthn Settings Page Should Be Open
Wait Until Location Is ${WEBAUTHN SETTINGS PAGE URL}
Go To Webauthn Settings Page
Go Authenticated To ${WEBAUTHN SETTINGS PAGE URL}
Browse To Webauthn Settings Tab
Browse To Settings Tab ${WEBAUTHN TAB}
Wait Until Page Does Not Contain Element icnSpinner