mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in 2FA account edition tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${EDIT ACCOUNT PAGE URL} ${ROOT URL}/account/1/edit
|
|
|
|
*** Keywords ***
|
|
Edit Page Should Be Open For TwoFAccount
|
|
[Arguments] ${account id}
|
|
Location Should Be ${ROOT URL}/account/${account id}/edit
|
|
|
|
Go To Edit Page For TwoFAccount
|
|
[Arguments] ${account id}
|
|
Go Authenticated To ${ROOT URL}/account/${account id}/edit
|