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