* [uitest] Add the xpath of the save button.

This commit is contained in:
azalea
2025-06-18 13:51:46 +08:00
committed by 李阳
parent 3b5a96f834
commit fe6194f4ee
+1
View File
@@ -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);
}