diff --git a/module/repo/test/ui/page/create.php b/module/repo/test/ui/page/create.php new file mode 100644 index 0000000000..451a60507a --- /dev/null +++ b/module/repo/test/ui/page/create.php @@ -0,0 +1,15 @@ + '//*[@id="acl[acl]private"]', + 'aclOpen' => '//*[@id="acl[acl]open"]', + 'aclCustom' => '//*[@id="acl[acl]custom"]' + ); + + $this->dom->xpath = array_merge($this->dom->xpath, $xpath); + } +}