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

16 lines
419 B
Plaintext

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