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