mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-04 21:40:32 +01:00
16 lines
419 B
Plaintext
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}
|