diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-03-13 16:25:54 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-03-15 13:51:11 +0100 |
commit | 75aff0f79c73ccc430a8c92b2317d114a5c8b24d (patch) | |
tree | a999e2771a724988492355c7a5bcee3953caab30 /features | |
parent | e97cdb042d941c989b303137c42e4c22f535f36b (diff) | |
download | gitlab-ce-75aff0f79c73ccc430a8c92b2317d114a5c8b24d.tar.gz |
Move project members index from `/team` to `/project_members`
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/paths.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index bb6c336d7cd..77a90e80d14 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -386,7 +386,7 @@ module SharedPaths end step 'I visit project "Shop" team page' do - visit namespace_project_team_index_path(project.namespace, project) + visit namespace_project_project_members_path(project.namespace, project) end step 'I visit project wiki page' do |