mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-30 04:03:18 +01:00
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
|
*** Settings ***
|
||
|
Documentation A page object to use in User Options settings tests.
|
||
|
...
|
||
|
Library SeleniumLibrary
|
||
|
Resource ../common.resource
|
||
|
|
||
|
*** Variables ***
|
||
|
${OPTIONS SETTINGS PAGE URL} ${ROOT URL}/settings/options
|
||
|
|
||
|
*** Keywords ***
|
||
|
Options Settings Page Should Be Open
|
||
|
Location Should Be ${OPTIONS SETTINGS PAGE URL}
|
||
|
|
||
|
Go To Options Settings Page
|
||
|
Go Authenticated To ${OPTIONS SETTINGS PAGE URL}
|