mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-12 02:00:47 +01:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in Accounts tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
&{ACCOUNTS_PAGE} url=http://${SERVER}/accounts title=Accounts
|
|
|
|
*** Keywords ***
|
|
Accounts Page Should Be Open
|
|
Page Should Be Open ${ACCOUNTS_PAGE} |