diff options
author | Filipe Freire <livrofubia@gmail.com> | 2018-01-12 17:43:13 +0000 |
---|---|---|
committer | Filipe Freire <livrofubia@gmail.com> | 2018-01-12 17:45:08 +0000 |
commit | a1a5d142981379087ca7183d402300a3a3b6ad52 (patch) | |
tree | 38eb6dd7cf20098cd39f2243b5b91992aa0f4c9b /qa/qa.rb | |
parent | d0a4ab21f0927fa602e1bab972f545e29d8cf206 (diff) | |
download | gitlab-ce-a1a5d142981379087ca7183d402300a3a3b6ad52.tar.gz |
improvement after CR
- test reaches Activity page
- the actual git push seems to be failing
- had problems with defining selectors
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,6 +100,8 @@ 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 autoload :Common, 'qa/page/project/settings/common' |