From 879851913cf89f4e17b87df18c5ea11d1709c756 Mon Sep 17 00:00:00 2001 From: lijie Date: Fri, 4 Jul 2025 15:59:42 +0800 Subject: [PATCH] [task#146147, 0.1h] create ui-case for change story in lite. --- module/story/test/ui/page/create.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/test/ui/page/create.php b/module/story/test/ui/page/create.php index cb0e4e0b46..fb81c8b167 100755 --- a/module/story/test/ui/page/create.php +++ b/module/story/test/ui/page/create.php @@ -6,6 +6,7 @@ class createPage extends page parent::__construct($webdriver); $xpath = array( + /*运营界面创建目标页面*/ 'srCommen' => "//*[@id='zin_story_create_form']/div[3]/div[1]/label/span", 'titleInLite' => "//*[@id='title']", 'saveInLite' => "//*[@id='zin_story_create_form']/div[8]/div/button[1]"