summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-12-14 15:09:54 +0000
committerSean McGivern <sean@mcgivern.me.uk>2016-12-14 15:09:54 +0000
commitb70b962892b2428557d95a9639fbcead4fe546fd (patch)
treeb39badaaa7809f5f25aca1e5d411f527c814b7f0 /features/steps/shared/paths.rb
parent278baa5b618c5595045415a55d863daf9a15d792 (diff)
parentd8b7df3cbcfd4fcdf204fdcba01720e60fb598bf (diff)
downloadgitlab-ce-b70b962892b2428557d95a9639fbcead4fe546fd.tar.gz
Merge branch 'dz-fix-admin-routes' into 'master'
Add support for nested groups to admin routing See merge request !8008
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 d36eff5cf16..82c07d4f536 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -168,7 +168,7 @@ module SharedPaths
end
step 'I visit admin projects page' do
- visit admin_namespaces_projects_path
+ visit admin_projects_path
end
step 'I visit admin users page' do