* [uitest] Fix bug.

This commit is contained in:
yulujie
2024-11-25 15:10:20 +08:00
committed by 李阳
parent 46df3b3b74
commit f38d9fac82
+1 -1
View File
@@ -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);
}