mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-12 10:10:59 +01:00
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
|
*** Settings ***
|
||
|
Documentation A page object to use in 404 page tests.
|
||
|
...
|
||
|
Library SeleniumLibrary
|
||
|
Resource ../common.resource
|
||
|
|
||
|
*** Variables ***
|
||
|
${404 PAGE URL} ${ROOT URL}/404
|
||
|
|
||
|
*** Keywords ***
|
||
|
404 Page Should Be Open
|
||
|
Location Should Be ${404 PAGE URL}
|
||
|
|
||
|
Go To 404 Page
|
||
|
Go To ${404 PAGE URL}
|