* [task#136931,done,3h,0h] add batchedit testcase ui script.

This commit is contained in:
luxuyang
2025-01-22 15:03:11 +08:00
committed by 李阳
parent ea5e0d5ef5
commit 05b2b3968f
+3 -1
View File
@@ -10,7 +10,9 @@ class browsePage extends page
'caseNameView' => "(//div[@id='mainContent']//span[text()])[3]",
'review' => "(//div[@data-row='case_1']//a[@data-toggle='modal'])[1]",
'comment' => "//zen-editor[@menubar-mode='compact']",
'needReview' => "(//form/div//button[@type='submit'])[2]"
'needReview' => "(//form/div//button[@type='submit'])[2]",
'caseAllLabel' => "(//div[@id='mainContent']//div[@id='testcases_table']//label)[last()]",
'save' => "//button[@type='submit']"
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);