diff --git a/02-Keyword/tsg_ui/objects/Objects.robot b/02-Keyword/tsg_ui/objects/Objects.robot index 6c7b7e7..3ddc5ad 100644 --- a/02-Keyword/tsg_ui/objects/Objects.robot +++ b/02-Keyword/tsg_ui/objects/Objects.robot @@ -364,7 +364,7 @@ object-edit-account object-edit-keywords [Arguments] ${name} ${keywordtext} ${hex}=close - Sleep 2 + Sleep 3 click element id=objectEdit Sleep 2 Objects.Create-name ${name} @@ -391,7 +391,10 @@ ui-object-search-name sleep 2 click element id=select_new_search_btn sleep 2 - click element //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1] + click element xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1] + sleep 2 + click element id=clear_input_btm + sleep 1 object-edit-HTTPSignature [Arguments] ${name} ${reqrestype} ${reqresheader} ${keywordtext} ${hex}=close @@ -467,6 +470,8 @@ Create-Sub-Objects click element xpath=//*[@id="objects_ip2"]/div/div[1]/div[2]/div[2]/ul/li[1]/span sleep 1 END + click element id=objectAddSubClose + sleep 1 Create-Geography [Arguments] ${Country} ${City} run keyword if "${Country}"!="null" Create-Country ${Country}