调整Ui自动化代码

This commit is contained in:
byb11
2021-04-26 10:45:47 +08:00
parent 47ca680bba
commit ea6ff33a3e
3 changed files with 11 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ MyAccountEditClose
[Tags] Positive UI Administration My Account [Tags] Positive UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${TEST NAME} 1111111 1111111 close EditMyAccount ${TEST NAME} 1111111 1111111 close
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -16,7 +16,7 @@ MyAccountEditOpen
[Tags] Positive UI Administration My Account [Tags] Positive UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${TEST NAME} 1111111 1111111 Open EditMyAccount ${TEST NAME} 1111111 1111111 Open
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -24,7 +24,7 @@ MyAccountEditNameMinSize
[Tags] Boundary UI Administration My Account [Tags] Boundary UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount 1 1111111 1111111 close EditMyAccount 1 1111111 1111111 close
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -32,7 +32,7 @@ MyAccountEditNameMaxSize
[Tags] Boundary UI Administration My Account [Tags] Boundary UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount MyAccountEditNameMaxSizeMyAccoun 1111111 1111111 close EditMyAccount MyAccountEditNameMaxSizeMyAccoun 1111111 1111111 close
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -40,7 +40,7 @@ MyAccountEditNameSpecialChar
[Tags] Boundary UI Administration My Account [Tags] Boundary UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount 中文+absc+моряков+@#¥%……&* 1111111 1111111 close EditMyAccount 中文+absc+моряков+@#¥%……&* 1111111 1111111 close
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -48,7 +48,7 @@ MyAccountEditDayMinimum
[Tags] Boundary UI Administration My Account [Tags] Boundary UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} 1111111 1111111 open 1 EditMyAccount ${username} 1111111 1111111 open 1
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -56,7 +56,7 @@ MyAccountEditDayMax
[Tags] Boundary UI Administration My Account [Tags] Boundary UI Administration My Account
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} 1111111 1111111 open 2147483647 EditMyAccount ${username} 1111111 1111111 open 2147483647
Wait Until Element Is Enabled xpath=/html/body/div[last()]/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} close EditMyAccount ${username} ${password} ${password} close
@@ -71,7 +71,7 @@ MyAccountPasswordNotModified
OpenMyAccountPage OpenMyAccountPage
EditMyAccount ${username} ${password} ${password} EditMyAccount ${username} ${password} ${password}
Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait} Wait Until Element Is Enabled xpath=//*[@id="app"]/following-sibling::div/p ${sleep_Wait}
Assertion /html/body/div[last()]/p The password setting cannot be the same as the previous one. Assertion //*[@id="app"]/following-sibling::div/p The password setting cannot be the same as the previous one.
MyAccountTwoPasswordsAreInconsistent MyAccountTwoPasswordsAreInconsistent
[Tags] Negtive UI Administration My Account [Tags] Negtive UI Administration My Account

View File

@@ -766,6 +766,7 @@ DecryptionKeyringsErrorVerification
sleep ${sleep_min} sleep ${sleep_min}
click id=keyringsadd_sub #点击OK缇交 click id=keyringsadd_sub #点击OK缇交
Wait Until Element Is Enabled xpath=${Positioning} ${sleep_Wait} Wait Until Element Is Enabled xpath=${Positioning} ${sleep_Wait}
sleep ${sleep}
${text1} Get Text xpath=${Positioning} #获取点击后页面文本信息 ${text1} Get Text xpath=${Positioning} #获取点击后页面文本信息
Should Be Equal As Strings ${text1} ${Assertion} #断言 Should Be Equal As Strings ${text1} ${Assertion} #断言
@@ -2614,7 +2615,7 @@ SortButton
${One} Set Variable [1] ${One} Set Variable [1]
${Two} Set Variable [2] ${Two} Set Variable [2]
${assert} Set Variable if "${page}" == "Trusted Certificate Authorities" //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span ${assert} Set Variable if "${page}" == "Trusted Certificate Authorities" //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span
... "${page}" == "Decryption Keyrings" //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span ... "${page}" == "Decryption Keyrings" //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[3]/td[1]/div/div/div/p/span
... "${page}" == "Cached Intermediate Certificates" //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span ... "${page}" == "Cached Intermediate Certificates" //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span
sleep ${sleep_min} sleep ${sleep_min}
${text1} get text xpath=${assert} ${text1} get text xpath=${assert}