summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-13 16:25:54 +0100
committerDouwe Maan <douwe@gitlab.com>2015-03-15 13:51:11 +0100
commit75aff0f79c73ccc430a8c92b2317d114a5c8b24d (patch)
treea999e2771a724988492355c7a5bcee3953caab30 /features/steps/shared/paths.rb
parente97cdb042d941c989b303137c42e4c22f535f36b (diff)
downloadgitlab-ce-75aff0f79c73ccc430a8c92b2317d114a5c8b24d.tar.gz
Move project members index from `/team` to `/project_members`
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb2
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