2019-10-24 11:07:30 +02:00
|
|
|
*** Settings ***
|
|
|
|
Documentation This resource provides any keywords related to the Harbor private registry appliance
|
|
|
|
|
|
|
|
*** Variables ***
|
2020-03-24 08:17:23 +01:00
|
|
|
${new_webhook_button_xpath} xpath=//*[@id='new-webhook']
|
|
|
|
${webhook_name_xpath} xpath=//*[@id='name']
|
2019-10-24 11:07:30 +02:00
|
|
|
${webhook_endpoint_id_xpath} xpath=//*[@id='edit_endpoint_url']
|
|
|
|
${webhook_auth_header_xpath} xpath=//*[@id='auth_header']
|
2020-03-24 08:17:23 +01:00
|
|
|
${action_webhook_xpath} xpath=//*[@id='action-webhook']
|
|
|
|
${action_webhook_edit_button} xpath=//*[@id='edit-webhook']
|
|
|
|
${action_webhook_disable_or_enable_button} xpath=//*[@id='toggle-webhook']
|
|
|
|
${action_webhook_delete_button} xpath=//*[@id='delete-webhook']
|
|
|
|
${dialog_delete_button} xpath=//clr-modal//button[contains(.,'DELETE')]
|
|
|
|
|
|
|
|
|
2019-10-24 11:07:30 +02:00
|
|
|
${create_webhooks_continue_button_xpath} xpath=//*[@id='new-webhook-continue']
|
|
|
|
${edit_webhooks_cancel_button_xpath} xpath=//*[@id='edit-webhook-cancel']
|
|
|
|
${edit_webhooks_save_button_xpath} xpath=//*[@id='edit-webhook-save']
|
2020-01-10 07:40:02 +01:00
|
|
|
${edit_webhooks_verify_remote_cert_chkb_xpath} xpath=//input[@id='verify_remote_cert']
|
2019-10-24 11:07:30 +02:00
|
|
|
${project_webhook_edit_id_xpath} xpath=//*[@id='edit-webhook']
|
|
|
|
${project_webhook_enable_id_xpath} xpath=//*[@id='enable-webhook-action']
|
|
|
|
${project_webhook_disable_id_xpath} xpath=//*[@id='disable-webhook-action']
|
|
|
|
${dialog_disable_id_xpath} xpath=//*[@id='dialog-action-disable']
|
|
|
|
${dialog_enable_id_xpath} xpath=//*[@id='dialog-action-enable']
|