mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
20 lines
617 B
Plaintext
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 |