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

@@ -43,7 +43,7 @@ create-keywords-004
CreatePage Key single $支持中文 keywordtext=$支持中文
#验证新建是否成功
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
@@ -53,7 +53,7 @@ create-keywords-005
CreatePage Key single 1234@#% keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${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} 1234@#%
#删除对象
objects-delete
@@ -63,7 +63,7 @@ create-keywords-006
CreatePage Key single www.* keywordtext=www.*
#验证新建是否成功
ui-object-search-name www.*
${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.*
#删除对象
objects-delete
@@ -73,7 +73,7 @@ create-keywords-007
CreatePage Key single w keywordtext=www.*
#验证新建是否成功
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
@@ -83,7 +83,7 @@ create-keywords-008
CreatePage Key single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=www.*
#验证新建是否成功
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