mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 16:48:30 +01:00
Fix up keyword add label (#4794)
Fixup create new labels keyword to fix failed testcase
This commit is contained in:
parent
f77e4167ac
commit
c91334397a
@ -244,9 +244,11 @@ Create New Labels
|
||||
Sleep 1
|
||||
Input Text xpath=//*[@id="name"] ${labelname}
|
||||
Sleep 1
|
||||
Click Element xpath=//div/form/section//clr-dropdown/button
|
||||
Click Element xpath=//hbr-create-edit-label//div[@class='colorDrop']//clr-icon
|
||||
Sleep 1
|
||||
Click Element xpath=//div/form/section//clr-dropdown/clr-dropdown-menu/label[1]
|
||||
Click Element xpath=//hbr-create-edit-label//div[@class='colorDrop']//div[@class='colorPanel']//label[1]
|
||||
Sleep 1
|
||||
Click Element //hbr-create-edit-label//div[@class='colorDrop']//div[@class='colorPanel']/a[@class='closePanel']
|
||||
Sleep 1
|
||||
Input Text xpath=//*[@id="description"] global
|
||||
Click Element xpath=//div/form/section/label[4]/button[2]
|
||||
|
Loading…
Reference in New Issue
Block a user