*[task#129223,doing,0.1h] Add ui test files of create a project doc

This commit is contained in:
sunxiaoqi
2024-09-29 10:21:35 +08:00
committed by 曹延义
parent 2ba53983aa
commit ae44b2e5bc
+1
View File
@@ -8,6 +8,7 @@ class projectspacePage extends page
'createDocBtn' => '/html/body/div[1]/div/div[1]/div[2]/div/a',
'saveBtn' => '/html/body/div[1]/div/div/div[2]/form/div[1]/div[1]/div/div/a',
'releaseBtn' => '/html/body/div[1]/div/div/div[2]/form/div[2]/div/div/div[3]/div[10]/div/button',
'fstDocName' => '/html/body/div[1]/div/div[2]/div[2]/div[2]/div/div[2]/div[1]/div/div[2]/div/a',
);
$this->dom->xpath = array_merge($this->dom->xpath, $xpath);
}