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

16 lines
375 B
Plaintext

*** Settings ***
Documentation A page object to use in 2FA accounts acquisition tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
${START PAGE URL} ${ROOT URL}/start
*** Keywords ***
Start Page Should Be Open
Location Should Be ${START PAGE URL}
Go To Start Page
Go Authenticated To ${START PAGE URL}