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

23 lines
552 B
Plaintext
Raw Normal View History

2022-08-16 09:05:36 +02:00
*** Settings ***
Documentation A page object to use in 2FA accounts acquisition tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
${START PAGE URL} ${ROOT URL}/start
2023-08-30 15:48:04 +02:00
${IMPORT BUTTON} btnImport
2022-08-16 09:05:36 +02:00
*** Keywords ***
Start Page Should Be Open
Location Should Be ${START PAGE URL}
Go To Start Page
Go Authenticated To ${START PAGE URL}
2023-08-30 15:48:04 +02:00
Wait Until Page Contains Element ${BACK BUTTON}
Set Footer As Static
Choose To Import Accounts
Click Element ${IMPORT BUTTON}