2018-11-15 11:57:30 +01:00
|
|
|
*** Settings ***
|
|
|
|
Documentation This resource provides any keywords related to the Harbor private registry appliance
|
|
|
|
|
|
|
|
*** Variables ***
|
|
|
|
|
|
|
|
${retag_btn} //clr-dg-action-bar//button[contains(.,'Retag')]
|
2020-03-22 03:48:52 +01:00
|
|
|
${copy_project_name_xpath} //*[@id='project-name']
|
|
|
|
${copy_repo_name_xpath} //*[@id='repo-name']
|
|
|
|
${tag_name_xpath} //*[@id='tag-name']
|
2018-11-15 11:57:30 +01:00
|
|
|
${confirm_btn} //button[contains(.,'CONFIRM')]
|
|
|
|
${target_image_name} target-alpine
|
2018-12-21 07:33:25 +01:00
|
|
|
${image_tag} 3.2.10-alpine
|
2020-03-22 03:48:52 +01:00
|
|
|
${tag_value_xpath} //clr-dg-row[contains(.,'${image_tag}')]
|
2018-12-21 07:33:25 +01:00
|
|
|
${modal-dialog} div.modal-dialog
|