+ [task#144954,doing,0.1h,0.2h] Add element xpath of communicate page.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user