+ [task#137816,doing,0.1h,3.1h] Modify xpath of create stage page.

This commit is contained in:
huairong
2025-02-19 13:04:49 +08:00
committed by 李阳
parent 9fc1ea045f
commit 0eaa86af70
+1 -1
View File
@@ -5,7 +5,7 @@ class createPage extends page
{
parent::__construct($webdriver);
$xpath = array(
'submitBtn' => "//*[@id='zin_stage_create_form']/div[4]/div/button",
'submitBtn' => "//*[@id='zin_stage_create_form']/div[3]/div/button",
'percentOverTip' => "//*[@id='percentTip']",
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);