完善UI自动化用例,调整用例顺序
This commit is contained in:
@@ -9,8 +9,8 @@ UsersCreate
|
||||
UserCreatePage 0000 ${a} 111111 log 30 log superuser
|
||||
#验证新建是否成功
|
||||
UserSearchName ${a} UserName
|
||||
${UserName} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div
|
||||
Should Be Equal As Strings ${UserName} ${a}
|
||||
${UserName1} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div
|
||||
Should Be Equal As Strings ${UserName1} ${a}
|
||||
sleep 1
|
||||
Login ${a} 111111
|
||||
${text1} get text xpath=//*[@id="children0"]/div/span
|
||||
@@ -23,8 +23,8 @@ UsersCreateOpenRequiredPasswordChange
|
||||
${a} evaluate random.randint(1000,9999) random
|
||||
UserCreatePage 0000 ${a} 111111 open 30 log superuser
|
||||
UserSearchName ${a} UserName
|
||||
${UserName} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div
|
||||
Should Be Equal As Strings ${UserName} ${a}
|
||||
${UserName1} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div
|
||||
Should Be Equal As Strings ${UserName1} ${a}
|
||||
|
||||
UsersCreateCloseEnableButton
|
||||
[Tags] Positive UI Administration Users
|
||||
@@ -74,7 +74,7 @@ UserTurnPage
|
||||
UserSwitchDisplayNumber
|
||||
[Tags] Positive UI Administration Users
|
||||
Menu administration Accounts
|
||||
PagingDisplay 50
|
||||
AdministrationPagingDisplay 50
|
||||
|
||||
UsersCreateNameMinSize
|
||||
[Tags] Boundary UI Administration Users
|
||||
|
||||
Reference in New Issue
Block a user