*[task#131359,done,0.1h] Add ui test files of fix error code

This commit is contained in:
sunxiaoqi
2024-10-29 14:02:42 +08:00
committed by 李阳
parent 38a0cd8096
commit 2a88c1668d
-7
View File
@@ -1,11 +1,4 @@
<?php
class editPage extends page
{
public function __construct($webdriver)
{
parent::__construct($webdriver);
$xpath = array(
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}