* [task#137029,doing,1.5h,3.5h] Add xpath for uitest of report function.

This commit is contained in:
yulujie
2025-02-07 17:11:29 +08:00
committed by 李阳
parent 3a73794003
commit f0b994ae32
+4
View File
@@ -11,6 +11,10 @@ class reportPage extends page
'testTaskPerModule' => "//*[@value='testTaskPerModule']",
'testTaskPerRunner' => "//*[@value='testTaskPerRunner']",
'createBtn' => "//*[@id='mainContent']/div[2]/div[1]/button[2]",
/* 报表类型标签 */
'pie' => "//*[@id='pie']",
'bar' => "//*[@id='bar']",
'line' => "//*[@id='line']",
/* 数据 */
'title' => "//div[@class='tab-pane active']/div[2]/div[1]/div[1]/div[1]",
'itema' => "//div[@class='tab-pane active']//tbody/tr[2]/td[1]",