mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in Group edition tests.
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${EDIT GROUP PAGE URL} ${ROOT URL}/group/1/edit
|
|
|
|
*** Keywords ***
|
|
Edit Page Should Be Open For Group
|
|
[Arguments] ${group id}
|
|
Location Should Be ${ROOT URL}/group/${group id}/edit
|
|
|
|
Go To Edit Page For Group
|
|
[Arguments] ${group id}
|
|
Go Authenticated To ${ROOT URL}/group/${group id}/edit |