summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorFilipe Freire <livrofubia@gmail.com>2018-01-16 20:20:57 +0000
committerFilipe Freire <livrofubia@gmail.com>2018-01-16 20:20:57 +0000
commitd7caa2f8ccf554cdd0763db0cca1dc1c39ba30df (patch)
treed9754672bf9d6b291c9fd9c807e3b652b655ef04 /qa/qa.rb
parent67f6fd46501442f9048465e94b8d3e3d5b6a297e (diff)
downloadgitlab-ce-d7caa2f8ccf554cdd0763db0cca1dc1c39ba30df.tar.gz
improvements after CR
+ move activity click to side.rb + add element check on activity.rb + minor fixes
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 5562d59abe4..2247098b997 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -100,7 +100,6 @@ module QA
module Project
autoload :New, 'qa/page/project/new'
autoload :Show, 'qa/page/project/show'
- autoload :Sidebar, 'qa/page/project/sidebar'
autoload :Activity, 'qa/page/project/activity'
module Settings