2FAuth/tests/EndToEnd/Pages/groups_page.robot

14 lines
366 B
Plaintext
Raw Normal View History

*** 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
2023-08-30 15:48:04 +02:00
Wait Until Location Is ${GROUPS PAGE URL}
Go To Groups Page
Go Authenticated To ${GROUPS PAGE URL}