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

16 lines
347 B
Plaintext
Raw Normal View History

*** Settings ***
Documentation A page object to use in About page tests.
...
Library SeleniumLibrary
Resource ../common.resource
*** Variables ***
${ABOUT PAGE URL} ${ROOT URL}/about
*** Keywords ***
About Page Should Be Open
Location Should Be ${ABOUT PAGE URL}
Go To About Page
Go To ${ABOUT PAGE URL}