* [uitest] Add the xpath of the save button.
This commit is contained in:
@@ -5,6 +5,7 @@ class createPage extends page
|
||||
{
|
||||
parent::__construct($webdriver);
|
||||
$xpath = array(
|
||||
'savebtn' => "//*[@id='form-task-create']/div[27]/button[1]",
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user