summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-15 06:06:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-15 06:06:13 +0000
commit3fe34368770022c88fd89c8df58b39bf0789e646 (patch)
tree0b8aa07f8b17e4565c491383b5b8b6cc728a1e4a /qa/qa.rb
parent41d446ba3f0518097eb350b142ecfbeeb6be83e6 (diff)
downloadgitlab-ce-3fe34368770022c88fd89c8df58b39bf0789e646.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 88dd51604be..6397e4216d9 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -165,6 +165,7 @@ module QA
module Dashboard
autoload :Projects, 'qa/page/dashboard/projects'
autoload :Groups, 'qa/page/dashboard/groups'
+ autoload :Welcome, 'qa/page/dashboard/welcome'
module Snippet
autoload :New, 'qa/page/dashboard/snippet/new'