1、提价修改的UI关键字和case

2、提交Dashboard的Traffic关键字和一个case
3、提交GetTimeLibrary中新加的代码
This commit is contained in:
lyf
2020-08-18 18:02:07 +08:00
parent 1f787fded0
commit fee5a2fc89
29 changed files with 1000 additions and 683 deletions

View File

@@ -11,7 +11,7 @@ edit-fqdn-001
CreatePage FQDN single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
#修改
object-edit-fqdn *.com $www.baidu.com
@@ -24,7 +24,7 @@ create-fqdn-002
CreatePage FQDN single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
#删除对象
objects-delete
@@ -34,7 +34,7 @@ create-fqdn-003
CreatePage FQDN single *.123-456_abc keywordtext=*.123-456_abc
#验证新建是否成功
ui-object-search-name *.123-456_abc
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.123-456_abc
#删除对象
objects-delete
@@ -44,7 +44,7 @@ create-fqdn-004
CreatePage FQDN single $www.baidu.com keywordtext=$www.baidu.com
#验证新建是否成功
ui-object-search-name $www.baidu.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $www.baidu.com
#删除对象
objects-delete
@@ -54,7 +54,7 @@ create-fqdn-005
CreatePage FQDN single $支持中文 keywordtext=$www.baidu.com
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -64,7 +64,7 @@ create-fqdn-006
CreatePage FQDN single w keywordtext=*www.baidu.com
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -74,7 +74,7 @@ create-fqdn-007
CreatePage FQDN single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=*www.node.cn
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete