mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-29 06:45:51 +01:00
Merge pull request #11616 from jwangyangls/fix-bug-case
[Test] Fix view log error
This commit is contained in:
commit
5cf72e3ba4
@ -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