mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in OAuth settings tests.
|
|
...
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${CREATE OAUTH PAT SETTINGS PAGE URL} ${ROOT URL}/settings/oauth/pat/create
|
|
|
|
*** Keywords ***
|
|
Create OAuth Pat Settings Page Should Be Open
|
|
Location Should Be ${CREATE OAUTH PAT SETTINGS PAGE URL}
|
|
|
|
Go To Create OAuth Pat Settings Page
|
|
Go Authenticated To ${CREATE OAUTH PAT SETTINGS PAGE URL}
|