mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in autolock tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${AUTOLOCK PAGE URL} ${ROOT URL}/autolock
|
|
|
|
*** Keywords ***
|
|
Autolock Page Should Be Open
|
|
Location Should Be ${AUTOLOCK PAGE URL}
|
|
|
|
Go To Autolock Page
|
|
Go To ${AUTOLOCK PAGE URL}
|