diff --git a/02-Keyword/tsg_ui/policy/UIPolicy.robot b/02-Keyword/tsg_ui/policy/UIPolicy.robot index 3353610..4c2e0b6 100644 --- a/02-Keyword/tsg_ui/policy/UIPolicy.robot +++ b/02-Keyword/tsg_ui/policy/UIPolicy.robot @@ -507,6 +507,7 @@ CreateButton Wait Until Element Is Enabled id=app_create sleep ${sleep} click element id=app_create + sleep ${sleep} Create-name [Arguments] ${PolicyType} ${Name} @@ -1413,7 +1414,7 @@ Security-Policies-OK sleep ${sleep} click element id=interceptionadd_sub Create-Object-Search - [Arguments] ${Name} ${filter} ${Hosttype} + [Arguments] ${Name} ${filter} ${Hosttype}=null [Documentation] 调用次关键字前需要添加必填参数: ... ${Name}:填入是一个列表,列表内容为object的name ... 选择search对象 @@ -1433,7 +1434,7 @@ Create-Object-Search END Create-Object-Proxy-Search - [Arguments] ${Name} ${filter} ${Hosttype} + [Arguments] ${Name} ${filter} ${Hosttype}=null [Documentation] 调用次关键字前需要添加必填参数: ... ${Name}:填入是一个列表,列表内容为object的name ... 选择search对象