2FAuth/tests/EndToEnd/Pages/settings_webauthn_page.robot

20 lines
617 B
Plaintext
Raw Normal View History

2022-08-16 09:05:36 +02:00
*** Settings ***
Documentation A page object to use in WebAuthn settings tests.
...
Library SeleniumLibrary
2023-08-30 15:48:04 +02:00
Resource settings.resource
2022-08-16 09:05:36 +02:00
Resource ../common.resource
*** Variables ***
${WEBAUTHN SETTINGS PAGE URL} ${ROOT URL}/settings/webauthn
*** Keywords ***
Webauthn Settings Page Should Be Open
2023-08-30 15:48:04 +02:00
Wait Until Location Is ${WEBAUTHN SETTINGS PAGE URL}
2022-08-16 09:05:36 +02:00
Go To Webauthn Settings Page
Go Authenticated To ${WEBAUTHN SETTINGS PAGE URL}
2023-08-30 15:48:04 +02:00
2023-08-31 19:12:55 +02:00
Browse To Webauthn Settings Tab
Browse To Settings Tab ${WEBAUTHN TAB}
2023-08-30 15:48:04 +02:00
Wait Until Page Does Not Contain Element icnSpinner