mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
[test] Fix view log error
Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
parent
009662a317
commit
6799f7c4ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user