2020-07-30 10:04:14 +02:00
|
|
|
*** Settings ***
|
|
|
|
Documentation This resource provides any keywords related to the Harbor robot-account feature
|
|
|
|
|
|
|
|
*** Variables ***
|
|
|
|
${project_robot_account_tabpage} xpath=//project-detail//a[contains(.,'Robot Accounts')]
|
|
|
|
${project_robot_account_create_btn} xpath=//project-detail/app-robot-account//button
|
|
|
|
${project_robot_account_token_input} xpath=//app-robot-account//hbr-copy-input//input
|
2021-02-25 04:57:27 +01:00
|
|
|
${project_robot_account_create_name_input} //input[@id='name']
|
|
|
|
${project_robot_account_create_save_btn} //button[@id='system-robot-save']
|