mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
23 lines
552 B
Plaintext
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}
|