+ [story#61834,0.1h] modify xpath of editstage page element.

This commit is contained in:
huairong
2025-02-08 14:51:24 +08:00
committed by 曹延义
parent 4a45c6c341
commit d0aedc77c8
+1 -1
View File
@@ -8,7 +8,7 @@ class editPage extends page
'nameTip' => "//*[@id='nameTip']",
'beginTip' => "//*[@id='beginTip']",
'endTip' => "//*[@id='endTip']",
'submitBtn' => "//*[@id='zin_programplan_edit_form']/div[9]/div/button/span",
'submitBtn' => "//*[@id='zin_programplan_edit_form']/div[10]/div/button/span",
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}