From e63643e81e4c80ca7af8485a33b610df2db6e5be Mon Sep 17 00:00:00 2001 From: lijie Date: Mon, 26 Aug 2024 22:09:49 +0800 Subject: [PATCH] [task#126577] add closereseason Xpath. --- module/story/test/ui/page/view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/story/test/ui/page/view.php b/module/story/test/ui/page/view.php index 106378e9da..08fc1f5378 100755 --- a/module/story/test/ui/page/view.php +++ b/module/story/test/ui/page/view.php @@ -9,7 +9,8 @@ class viewPage extends page 'storyName' => "//*[@id='mainContent']/div/div[1]/div[1]/span[2]", 'status' => "/html/body/div[1]/div/div/div/div[2]/div[2]/div[1]/div[2]/div[1]/div/div[6]/div[2]/span", 'storyFrom' => "//*[@id='sourceBox']", - 'historyOpenedBy' => "/html/body/div[1]/div/div/div/div[2]/div[1]/div[2]/div/div[2]/ul/li/div/div[2]/div/div/strong" + 'historyOpenedBy' => "/html/body/div[1]/div/div/div/div[2]/div[1]/div[2]/div/div[2]/ul/li/div/div[2]/div/div/strong", + 'closeReason' => "/html/body/div[1]/div/div/div/div[2]/div[2]/div[1]/div[2]/div[2]/div/div[6]/div[2]" ); $this->dom->xpath = array_merge($this->dom->xpath, $xpath); }