2FAuth/tests/EndToEnd/Pages/edit_account_page.robot
2022-08-16 09:05:36 +02:00

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