mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 01:34:15 +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}
|