修改Admin和Settings关键字,修改CachedIntermediateCertificates、Roles、Users用例
This commit is contained in:
@@ -591,7 +591,7 @@ AdministrationPagingDisplay
|
||||
... ${Number}: 设置页面显示数据条数 (20、5、30、50、100)
|
||||
... ${last} 次关键字 当最后一页定位和其他页面不同时,传入非null的值
|
||||
... ${lastxpath} 当最后一页定位和其他页面不同时,传入最后一页的xpath 定位
|
||||
Mouse Over xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div[4]/span/div/i
|
||||
Mouse Over xpath=//*[@id="app"]/div/div[3]/div[2]/div/div[3]/div/div/div/span/span/div/i
|
||||
sleep 1
|
||||
run keyword if "${Number}"=="30" run keywords sleep 1
|
||||
... AND Click element xpath=//*[@id="page-size"]/div/label[2]
|
||||
@@ -622,7 +622,7 @@ AuditLogs-PagingDisplay
|
||||
[Arguments] ${Number}
|
||||
[Documentation]
|
||||
... ${Number}: 设置页面显示数据条数 (20、5、30、50、100)
|
||||
Mouse Over xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div[4]/span/div/i
|
||||
Mouse Over xpath=//*[@id="app"]/div/div[3]/div[2]/div/div/div/span/span/div/i
|
||||
sleep 1
|
||||
run keyword if "${Number}"=="30" run keywords sleep 1
|
||||
... AND Click element xpath=//*[@id="page-size"]/div/label[2]
|
||||
|
||||
Reference in New Issue
Block a user