1. 修改翻页关键字 和相应Case
This commit is contained in:
@@ -37,23 +37,24 @@ VPNAccountsCreatePasswordMaxSize
|
||||
VPNAccountsDelete
|
||||
|
||||
VPNAccountsTurnPages
|
||||
[Tags] Positive UI Password Settings VPNAccounts
|
||||
OpenPages sidebarSetting_Wannat account
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/button[2]
|
||||
sleep 1
|
||||
${text1} Get Element Attribute xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/ul/li[2] class
|
||||
${text1} get text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[1]/div/div/div[2]/span
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/button[1]
|
||||
sleep 1
|
||||
${text2} Get Element Attribute xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/ul/li[1] class
|
||||
${text2} get text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[1]/div/div/div[2]/span
|
||||
Clear Element Text xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/span[2]/div/input
|
||||
sleep 2
|
||||
input text xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/span[2]/div/input 2
|
||||
sleep 1
|
||||
press keys xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/span[2]/div/input ENTER
|
||||
sleep 1
|
||||
${text3} Get Element Attribute xpath=//*[@id="ly-table1-listcontent"]/div[2]/div/div/ul/li[2] class
|
||||
Should Be Equal As Strings ${text1} number active
|
||||
Should Be Equal As Strings ${text2} number active
|
||||
Should Be Equal As Strings ${text3} number active
|
||||
${text3} get text xpath=//*[@id="wannat-table"]/div[3]/table/tbody/tr[1]/td[1]/div/div/div[2]/span
|
||||
Should Not Be Equal ${text1} ${text2}
|
||||
Should Not Be Equal ${text3} ${text2}
|
||||
Should Not Be Equal ${text3} ${text2}
|
||||
|
||||
VPNAccountsCreateNameSpecialChar
|
||||
[Tags] Negtive UI name Settings VPNAccounts
|
||||
|
||||
Reference in New Issue
Block a user