diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-25 16:19:12 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-25 16:19:12 +0000 |
commit | a0284b5b85378be291c263e4f60c725c807c1a6f (patch) | |
tree | 411b4e83a3cd2a2e7be2e7e1f4bcc7d026d685a4 /features/steps | |
parent | 429c0d14918d8727eac0e24ff01df5cdf55b2f79 (diff) | |
parent | 7569010bc3918af0098e00eb56fce1a18d8ca72e (diff) | |
download | gitlab-ce-a0284b5b85378be291c263e4f60c725c807c1a6f.tar.gz |
Merge branch 'separate-activity' into 'master'
Separate activity page
Move activity to separate page.
Part of #2225
![Screenshot_2015-08-25_15.07.23](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2126b22ed7b98a2f748c96ad60bc8b2e/Screenshot_2015-08-25_15.07.23.png)
See merge request !1198
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index ca8fbb49101..b4deccb6520 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -71,6 +71,10 @@ module SharedPaths visit dashboard_path end + step 'I visit dashboard activity page' do + visit activity_dashboard_path + end + step 'I visit dashboard projects page' do visit projects_dashboard_path end |