2FAuth/tests/EndToEnd/Pages/settings_options_page.robot

19 lines
548 B
Plaintext
Raw Normal View History

2022-08-16 09:05:36 +02:00
*** Settings ***
Documentation A page object to use in User Options 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 ***
${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}
2023-08-30 15:48:04 +02:00
Activate Options Settings Tab
Activate Settings Tab ${OPTIONS TAB}