2FAuth/tests/EndToEnd/Pages/accounts_page.robot
2022-08-16 09:05:36 +02:00

12 lines
307 B
Plaintext

*** Settings ***
Documentation A page object to use in Accounts tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
${ACCOUNTS PAGE URL} ${ROOT URL}/accounts
*** Keywords ***
Accounts Page Should Be Open
Location Should Be ${ACCOUNTS PAGE URL}