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>2021-07-14 06:08:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-14 06:08:27 +0300
commitcd4d8b60a0ab51c6d6075a6b7206f1ddbf6295d3 (patch)
tree28dac4d2fafb5f88a40d3935a4e6482584e80b58 /qa/qa.rb
parent6143ef2fb6772c50fde4e738412c5d511f9dcf15 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index b5499eb102a..1771bc7c48e 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -297,6 +297,10 @@ module QA
autoload :New, 'qa/page/project/pipeline/new'
end
+ module PipelineEditor
+ autoload :Show, 'qa/page/project/pipeline_editor/show'
+ end
+
module Tag
autoload :Index, 'qa/page/project/tag/index'
autoload :New, 'qa/page/project/tag/new'