+ [task#144954,doing,0.1h,0.2h] Add element xpath of communicate page.

This commit is contained in:
huairong
2025-06-10 13:15:25 +08:00
committed by 李阳
parent 0b76ca110e
commit 9e991d545f
@@ -6,7 +6,8 @@ class communicatePage extends page
parent::__construct($webdriver);
$xpath = array(
'communication' => "//*[@id='comment']",
'submitBtn' => "//*[@id='zin_stakeholder_communicate_form']/div[2]/div/button",
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}
}