mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-03-05 02:31:11 +01:00
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in Accounts tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${ACCOUNTS PAGE URL} ${ROOT URL}/accounts
|
|
|
|
*** Keywords ***
|
|
Accounts Page Should Be Open
|
|
Location Should Be ${ACCOUNTS PAGE URL}
|
|
|
|
Go To Accounts Page
|
|
Go Authenticated To ${ACCOUNTS PAGE URL} |