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); + } +}