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

This commit is contained in:
sunxiaoqi
2024-10-30 09:29:32 +08:00
committed by 朱金勇
parent dfd586f1bc
commit 21aba7280b
-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);
}
}