mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-28 19:23:11 +01:00
16 lines
347 B
Plaintext
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}
|