diff --git a/tests/resources/Harbor-Pages/Configuration.robot b/tests/resources/Harbor-Pages/Configuration.robot index 4dc03e8ef..450966909 100644 --- a/tests/resources/Harbor-Pages/Configuration.robot +++ b/tests/resources/Harbor-Pages/Configuration.robot @@ -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]