2FAuth/tests/EndToEnd/Pages/accounts_page.robot
2022-08-04 21:32:24 +02:00

12 lines
327 B
Plaintext

*** Settings ***
Documentation A page object to use in Accounts tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
&{ACCOUNTS_PAGE} url=http://${SERVER}/accounts title=Accounts
*** Keywords ***
Accounts Page Should Be Open
Page Should Be Open ${ACCOUNTS_PAGE}