Fix up keyword add label (#4794)

Fixup create new labels keyword to fix failed testcase
This commit is contained in:
sigsbee 2018-04-27 17:14:44 +08:00 committed by GitHub
parent f77e4167ac
commit c91334397a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]