提交代理Deny动作测试用例,修改关键字
This commit is contained in:
@@ -742,6 +742,7 @@ Create-Geography
|
||||
Create-Country
|
||||
[Arguments] ${Country}
|
||||
FOR ${i} IN @{Country}
|
||||
sleep 1
|
||||
input text xpath=//*[@id="remoteInput"]/div/div/input ${i}
|
||||
sleep 1
|
||||
press keys xpath=//*[@id="remoteInput"]/div/div/input ENTER
|
||||
@@ -753,7 +754,7 @@ Create-City
|
||||
[Arguments] ${City}
|
||||
sleep 1
|
||||
click element id=tab-city
|
||||
sleep 1
|
||||
sleep 2
|
||||
FOR ${i} IN @{City}
|
||||
input text xpath=//*[@id="remoteInput"]/div/div/input ${i}
|
||||
sleep 1
|
||||
|
||||
Reference in New Issue
Block a user