* [uitest] Fix bug.
This commit is contained in:
@@ -6,7 +6,7 @@ class taskkanbanPage extends page
|
||||
parent::__construct($webdriver);
|
||||
$xpath = array(
|
||||
'namePicker' => "//input[@name='type']/..",
|
||||
'groupPicker' => "//input[@name='group']/..",
|
||||
'groupPicker' => "//input[@name='group']/.."
|
||||
);
|
||||
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user