From d759eaf7bc8edb6c20ed36e657ad3c7dd5101012 Mon Sep 17 00:00:00 2001 From: lijie Date: Fri, 4 Jul 2025 16:00:32 +0800 Subject: [PATCH] [task#146147, 0.1h] create ui-case for change story in lite. --- module/story/test/ui/page/change.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/story/test/ui/page/change.php b/module/story/test/ui/page/change.php index 538056ac20..4f418ef50d 100755 --- a/module/story/test/ui/page/change.php +++ b/module/story/test/ui/page/change.php @@ -1,4 +1,13 @@ "//*[@id='dataform']/div[1]/div/div[1]/div[1]/div[2]/div[1]" + ); + $this->dom->xpath = array_merge($this->dom->xpath, $xpath); + } }