1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-03-29 06:45:51 +01:00

Merge pull request from jwangyangls/fix-bug-case

[Test] Fix view log error
This commit is contained in:
jwangyangls 2020-04-14 21:41:47 +08:00 committed by GitHub
commit 5cf72e3ba4
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 ***
${first_repo_xpath} //clr-dg-row//clr-dg-cell[1]//a
${first_cve_xpath} //clr-dg-row[1]//clr-dg-cell//a
${view_log_xpath} //clr-dg-row[1]//clr-dg-cell[4]//a
${view_log_xpath} //clr-dg-row//clr-dg-cell//a[contains(.,'View Log')]
${build_history_btn} //button[contains(.,'Build History')]
${build_history_data} //clr-dg-row
${push_image_command_btn} //hbr-push-image-button//button