mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-03 22:01:45 +01:00
17 lines
461 B
Plaintext
17 lines
461 B
Plaintext
|
*** Settings ***
|
||
|
Documentation A page object to use in 2FA account edition tests.
|
||
|
...
|
||
|
Library SeleniumLibrary
|
||
|
Resource ../common.resource
|
||
|
|
||
|
*** Variables ***
|
||
|
|
||
|
*** Keywords ***
|
||
|
Edit Page Should Be Open For Account
|
||
|
[Arguments] ${account id}
|
||
|
Location Should Be ${ROOT URL}/account/${account id}/edit
|
||
|
|
||
|
Go To Edit Page For Account
|
||
|
[Arguments] ${account id}
|
||
|
Go Authenticated To ${ROOT URL}/account/${account id}/edit
|