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

16 lines
347 B
Plaintext

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