Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-14 00:08:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-14 00:08:55 +0300
commita5650b86b5a809d3b7c754afd5ff5671e9bcc584 (patch)
tree6a53414f01dae4b5716a94c8d33136616c8b3eb1 /qa/qa.rb
parente689e858ede41a34b1e9132eba6a602632e6885e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index ed4ad868451..9a7d2cb0f2a 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -265,6 +265,11 @@ module QA
autoload :VisibilityFeaturesPermissions, 'qa/page/project/settings/visibility_features_permissions'
autoload :Operations, 'qa/page/project/settings/operations'
autoload :Incidents, 'qa/page/project/settings/incidents'
+ autoload :Integrations, 'qa/page/project/settings/integrations'
+
+ module Services
+ autoload :Prometheus, 'qa/page/project/settings/services/prometheus'
+ end
end
module SubMenus
@@ -412,6 +417,7 @@ module QA
autoload :UsersSelect, 'qa/page/component/users_select'
autoload :Note, 'qa/page/component/note'
autoload :ConfirmModal, 'qa/page/component/confirm_modal'
+ autoload :CustomMetric, 'qa/page/component/custom_metric'
module Issuable
autoload :Common, 'qa/page/component/issuable/common'