Merge pull request #16110 from YangJiao0817/fix-test-ldap-server

Modify test ldap button xpath
This commit is contained in:
Yang Jiao 2021-12-14 09:28:52 +08:00 committed by GitHub
commit 3d26bbc2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Documentation This resource provides any keywords related to the Harbor private
*** Variables ***
${project_create_xpath} //clr-dg-action-bar//button[contains(.,'New')]
${self_reg_xpath} //input[@id='selfReg']
${test_ldap_xpath} //*[@id='authentication']/config-auth/div/button[3]
${test_ldap_xpath} //*[@id='ping-test']
${config_save_button_xpath} //config//div/button[contains(.,'SAVE')]
${config_email_save_button_xpath} //*[@id='config_email_save']
${config_auth_save_button_xpath} //*[@id='config_auth_save']