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

15 lines
380 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-16 09:05:36 +02:00
${ACCOUNTS PAGE URL} ${ROOT URL}/accounts
2022-08-04 21:32:24 +02:00
*** Keywords ***
Accounts Page Should Be Open
Location Should Be ${ACCOUNTS PAGE URL}
Go To Accounts Page
Go Authenticated To ${ACCOUNTS PAGE URL}