1、提价修改的UI关键字和case
2、提交Dashboard的Traffic关键字和一个case 3、提交GetTimeLibrary中新加的代码
This commit is contained in:
@@ -11,7 +11,7 @@ edit-url-001
|
||||
CreatePage URL 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-url *.com www.*
|
||||
ui-object-search-name *.com
|
||||
@@ -23,7 +23,7 @@ create-url-002
|
||||
CreatePage URL 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
|
||||
@@ -33,7 +33,7 @@ create-url-003
|
||||
CreatePage URL 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
|
||||
@@ -43,7 +43,7 @@ create-url-004
|
||||
CreatePage URL 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
|
||||
@@ -53,7 +53,7 @@ create-url-005
|
||||
CreatePage URL 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
|
||||
@@ -63,7 +63,7 @@ create-url-006
|
||||
CreatePage URL 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
|
||||
@@ -73,7 +73,7 @@ create-url-007
|
||||
CreatePage URL 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
|
||||
|
||||
Reference in New Issue
Block a user