diff options
author | Filipe Freire <livrofubia@gmail.com> | 2018-01-16 20:20:57 +0000 |
---|---|---|
committer | Filipe Freire <livrofubia@gmail.com> | 2018-01-16 20:20:57 +0000 |
commit | d7caa2f8ccf554cdd0763db0cca1dc1c39ba30df (patch) | |
tree | d9754672bf9d6b291c9fd9c807e3b652b655ef04 /qa/qa.rb | |
parent | 67f6fd46501442f9048465e94b8d3e3d5b6a297e (diff) | |
download | gitlab-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.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |