对SettingsUi自动化代码进行修改
This commit is contained in:
@@ -32,7 +32,7 @@ CachedIntermediateCertificatesSearchIssuer
|
||||
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
|
||||
${Issuer} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/p/span
|
||||
sleep ${sleep}
|
||||
CachedIntermediateCertificatesSearch ${Issuer} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/p/span Issuer
|
||||
CachedIntermediateCertificatesSearch ${Issuer} //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/div/p/span Issuer
|
||||
|
||||
CachedIntermediateCertificatesSearchCertificateFingerprint
|
||||
[Tags] Positive UI Settings CachedIntermediateCertificates
|
||||
@@ -44,18 +44,18 @@ CachedIntermediateCertificatesSearchCertificateFingerprint
|
||||
CachedIntermediateCertificatesDownLoad
|
||||
[Tags] Positive UI Settings CachedIntermediateCertificates
|
||||
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
|
||||
Settings-Search 421 id
|
||||
Settings-Search 259 id
|
||||
sleep ${sleep_min}
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[8]/div/div/div/p/i
|
||||
sleep ${sleep}
|
||||
should exist ${DownLoadPath}78005c5a-33b9-43b1-80ad-0a542c62b9da.pem
|
||||
Remove File ${DownLoadPath}78005c5a-33b9-43b1-80ad-0a542c62b9da.pem
|
||||
should exist ${DownLoadPath}81839559-5a09-40e0-bd62-7f18bb827419.pem
|
||||
Remove File ${DownLoadPath}81839559-5a09-40e0-bd62-7f18bb827419.pem
|
||||
|
||||
CachedIntermediateCertificatesTurnPage
|
||||
[Tags] Positive UI Settings CachedIntermediateCertificates
|
||||
OpenPages sidebarProxy_CertificateManagement //*[@id="proxyTabs"]/div/ul/li[4] xpath
|
||||
TurnPage //*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[3]/div/button[2] //*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[3]/div/button[1]
|
||||
... //*[@id="app"]/div/div[3]/div[2]/div/div[3]/div[1]/div/div[3]/div/span[2]/div/input 2 //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span
|
||||
TurnPage //*[@id="app"]/div/div[3]/div[2]/div/div[2]/div[1]/div/div[3]/div/button[2] //*[@id="app"]/div/div[3]/div[2]/div/div[2]/div[1]/div/div[3]/div/button[1]
|
||||
... //*[@id="app"]/div/div[3]/div[2]/div/div[2]/div[1]/div/div[3]/div/span[2]/div/input 2 //*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/div/p/span
|
||||
|
||||
CachedIntermediateCertificatesPagingDisplay
|
||||
[Tags] Positive UI Settings CachedIntermediateCertificates
|
||||
@@ -120,9 +120,9 @@ CachedIntermediateCertificatesSynchronizeVerification #验证修改证书状
|
||||
Settings-Search 1 id
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[10]/div/div/div/span
|
||||
sleep 3
|
||||
Open Connection 192.168.44.71 port=22
|
||||
Open Connection ${host} port=22
|
||||
Login root Xxg-PUB<>90
|
||||
${Results} Execute Command redis-cli -h 192.168.44.71 -p 7002 keys EFF*PXY_EXCH_INTERMEDIA_CERT,1
|
||||
${Results} Execute Command redis-cli -h ${host} -p 7002 keys EFF*PXY_EXCH_INTERMEDIA_CERT,1
|
||||
sleep ${sleep_min}
|
||||
Should Not Be Equal ${Results} EFFECTIVE_RULE:PXY_EXCH_INTERMEDIA_CERT,1
|
||||
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[10]/div/div/div/span
|
||||
|
||||
Reference in New Issue
Block a user