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:
authorMark Lapierre <mlapierre@gitlab.com>2019-08-12 08:03:10 +0300
committerMark Lapierre <mlapierre@gitlab.com>2019-08-29 06:07:43 +0300
commit7a2bc31e38892f2d064b75710e37d6b3a31a3a03 (patch)
tree92ea1a00e145b4bdf0f8a636cd692ea3f0a82b50 /qa/qa.rb
parentda573ae259f132e8a557001f54d58037f2534753 (diff)
Backport changes from EE
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8186
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 8be2a289422..f9d4a8a2dba 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -73,6 +73,7 @@ module QA
end
module Repository
+ autoload :Commit, 'qa/resource/repository/commit'
autoload :Push, 'qa/resource/repository/push'
autoload :ProjectPush, 'qa/resource/repository/project_push'
autoload :WikiPush, 'qa/resource/repository/wiki_push'
@@ -339,6 +340,10 @@ module QA
module Issuable
autoload :Common, 'qa/page/component/issuable/common'
end
+
+ module WebIDE
+ autoload :Alert, 'qa/page/component/web_ide/alert'
+ end
end
end