2FAuth/tests/EndToEnd/Pages/settings_webauthn_page.robot
2022-08-16 09:05:36 +02:00

16 lines
440 B
Plaintext

*** Settings ***
Documentation A page object to use in WebAuthn settings tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
${WEBAUTHN SETTINGS PAGE URL} ${ROOT URL}/settings/webauthn
*** Keywords ***
Webauthn Settings Page Should Be Open
Location Should Be ${WEBAUTHN SETTINGS PAGE URL}
Go To Webauthn Settings Page
Go Authenticated To ${WEBAUTHN SETTINGS PAGE URL}