[task#146147, 0.1h] create ui-case for change story in lite.

This commit is contained in:
lijie
2025-07-04 16:10:35 +08:00
parent 879851913c
commit d759eaf7bc
+9
View File
@@ -1,4 +1,13 @@
<?php
class changePage extends page
{
public function __construct($webdriver)
{
parent::__construct($webdriver);
$xpath = array(
'srCommon' => "//*[@id='dataform']/div[1]/div/div[1]/div[1]/div[2]/div[1]"
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}
}