2022-08-16 09:05:36 +02:00
|
|
|
*** Settings ***
|
|
|
|
Documentation A page object to use in OAuth 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 ***
|
|
|
|
${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}
|
2023-08-30 15:48:04 +02:00
|
|
|
|
2023-08-31 19:12:55 +02:00
|
|
|
Browse To OAuth Settings Tab
|
|
|
|
Browse To Settings Tab ${OAUTH TAB}
|