From 20d7f1acb3990923cbccceb2d63bd6aee9daad0a Mon Sep 17 00:00:00 2001 From: byb11 Date: Mon, 15 Mar 2021 18:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9B=E5=BB=BA=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-Keyword/tsg_ui/policy/UIPolicy.robot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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对象