2FAuth/tests/EndToEnd/Pages/start_page.robot
2023-08-30 15:48:04 +02:00

23 lines
552 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
${IMPORT BUTTON} btnImport
*** Keywords ***
Start Page Should Be Open
Location Should Be ${START PAGE URL}
Go To Start Page
Go Authenticated To ${START PAGE URL}
Wait Until Page Contains Element ${BACK BUTTON}
Set Footer As Static
Choose To Import Accounts
Click Element ${IMPORT BUTTON}