diff --git a/module/repo/test/ui/page/maintain.php b/module/repo/test/ui/page/maintain.php new file mode 100644 index 0000000000..f692798b87 --- /dev/null +++ b/module/repo/test/ui/page/maintain.php @@ -0,0 +1,13 @@ + '//*[@id="table-repo-maintain"]/div[1]//*[text()]' + ); + + $this->dom->xpath = array_merge($this->dom->xpath, $xpath); + } +}