mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-11 17:50:39 +01:00
12 lines
307 B
Plaintext
12 lines
307 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} |