mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
19 lines
527 B
Plaintext
19 lines
527 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in OAuth settings tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource settings.resource
|
|
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}
|
|
|
|
Browse To OAuth Settings Tab
|
|
Browse To Settings Tab ${OAUTH TAB} |