From b96e7e2e484acc0a5ffcee5f4d9502b67c01784d Mon Sep 17 00:00:00 2001 From: yulujie Date: Fri, 20 Sep 2024 08:48:37 +0800 Subject: [PATCH] * [task#128684,doing,0.3h,4.5h] Add xpath. --- module/execution/test/ui/page/linkstory.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 module/execution/test/ui/page/linkstory.php diff --git a/module/execution/test/ui/page/linkstory.php b/module/execution/test/ui/page/linkstory.php new file mode 100755 index 0000000000..33921a90f9 --- /dev/null +++ b/module/execution/test/ui/page/linkstory.php @@ -0,0 +1,13 @@ + "//*[@id='table-execution-linkstory']/div[2]/div/div/div[1]/div/div", + 'saveBtn' => "//*[@id='table-execution-linkstory']/div/nav[1]/button", + ); + $this->dom->xpath = array_merge($this->dom->xpath, $xpath); + } +}