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