mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-27 10:45:44 +01:00
16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in 2FA accounts creation tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${CREATE ACCOUNT PAGE URL} ${ROOT URL}/account/create
|
|
|
|
*** Keywords ***
|
|
Create Account Page Should Be Open
|
|
Location Should Be ${CREATE ACCOUNT PAGE URL}
|
|
|
|
Go To Create Account Page
|
|
Go Authenticated To ${CREATE ACCOUNT PAGE URL}
|