Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-13 18:25:54 +0300
committerDouwe Maan <douwe@gitlab.com>2015-03-15 15:51:11 +0300
commit75aff0f79c73ccc430a8c92b2317d114a5c8b24d (patch)
treea999e2771a724988492355c7a5bcee3953caab30 /features/steps/shared/paths.rb
parente97cdb042d941c989b303137c42e4c22f535f36b (diff)
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