mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
Merge pull request #6595 from pureshine/fix-retagcase
fix nightly test of retag
This commit is contained in:
commit
3aa9f2b368
@ -11,4 +11,5 @@ ${confirm_btn} //button[contains(.,'CONFIRM')]
|
||||
${target_image_name} target-alpine
|
||||
${target_tag_value} 3.2.10-target
|
||||
${tag_value_xpath} //clr-dg-row[contains(.,'${target_tag_value}')]
|
||||
${image_tag} 3.2.10-alpine
|
||||
${image_tag} 3.2.10-alpine
|
||||
${modal-dialog} div.modal-dialog
|
@ -713,6 +713,7 @@ Test Case - Retag A Image Tag
|
||||
Go Into Repo project${random_num1}/redis
|
||||
Retag Image ${image_tag} project${random_num2} ${target_image_name} ${target_tag_value}
|
||||
|
||||
Wait Until Element Is Not Visible css=${modal-dialog}
|
||||
Back To projects
|
||||
Go Into Project project${random_num2}
|
||||
Sleep 1
|
||||
|
Loading…
Reference in New Issue
Block a user