mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in Accounts QR code tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${SHOW ACCOUNT QRCODE PAGE URL} ${ROOT URL}/account/1/qrcode
|
|
|
|
*** Keywords ***
|
|
Show TwoFAccount Qrcode Page Should Be Open
|
|
Location Should Be ${SHOW ACCOUNT QRCODE PAGE URL}
|
|
|
|
Go To Show TwoFAccount Qrcode Page
|
|
Go Authenticated To ${SHOW ACCOUNT QRCODE PAGE URL} |