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

12 lines
312 B
Plaintext
Raw Normal View History

2022-08-04 21:32:24 +02:00
*** Settings ***
Documentation A page object to use in Accounts tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
2022-08-07 19:36:23 +02:00
${ACCOUNTS PAGE URL} http://${SERVER}/accounts
2022-08-04 21:32:24 +02:00
*** Keywords ***
Accounts Page Should Be Open
2022-08-07 19:36:23 +02:00
Location Should Be ${ACCOUNTS PAGE URL}