1.新增AuditLogs页面Case 2.新增Audit Logs页面相关关键字 3.将原有 Auditcase及关键字Audit删除
This commit is contained in:
@@ -82,7 +82,7 @@ CreateSNATIPPools
|
||||
run keyword if "${type}"=="1" run keywords sleep 1
|
||||
... AND click id=temporary_form #点击添加ip的加号
|
||||
... AND sleep 2
|
||||
... AND input id=statusInputedit ${ip}[0] #输入ip内容,这里${value}是一个列表
|
||||
... AND input xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input ${ip}[0] #输入ip内容,这里${value}是一个列表
|
||||
... AND sleep 1
|
||||
... AND SANTIPIF ${j} ${ip} #判断是添加一个ip还是多个ip
|
||||
... AND click id=wan_reach_test #点击可达性测试按钮
|
||||
@@ -118,9 +118,9 @@ EditSNATIPPools
|
||||
#判断对ip是修改或是新建或删除后新建或不进行修改
|
||||
run keyword if "${type}"=="edit" Run Keywords click id=editForm0
|
||||
... AND sleep 1
|
||||
... AND clear element text id=statusInputedit
|
||||
... AND clear element text xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input
|
||||
... AND sleep 1
|
||||
... AND input id=statusInputedit ${ip}[0]
|
||||
... AND input xpath=//*[@id="wannat_vpn_color"]/form/div[3]/div/div/div[2]/div[1]/div/div/div[1]/div[1]/div/div[2]/div/input ${ip}[0]
|
||||
... AND sleep 1
|
||||
... AND click id=wan_reach_test
|
||||
... AND sleep 1
|
||||
@@ -2104,7 +2104,6 @@ SystemUsageGetText
|
||||
... "${type}"=="Applications_Selectors_Items" /html/body/div[last()]/div[1]/div/div/div[2]/table/tbody/tr[9]/td[2]/div/span
|
||||
[Return] ${TextValueXpath}
|
||||
|
||||
|
||||
CreatePacketCapture
|
||||
[Arguments] ${name} ${AddressType} ${ClientIP} ${Protocol} ${EffectiveDevices} ${CapturedNumber} ${CaptureDuration} ${ClientPort}=null ${ServerIP}=null ${ServerPort}=null
|
||||
[Documentation]
|
||||
@@ -2225,7 +2224,7 @@ EditPacketCapture
|
||||
click id=packetCaptureAdd_ok
|
||||
Wait Until Element is Visible xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1] 30
|
||||
Settings-search ${name} name
|
||||
sleep 1
|
||||
sleep 2
|
||||
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[4]/div/div/div/p/span
|
||||
Should Be Equal As Strings ${text} ${name}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user