summaryrefslogtreecommitdiff
path: root/features/steps/project/services.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/services.rb')
-rw-r--r--features/steps/project/services.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb
index a4d29770922..772b07d0ad8 100644
--- a/features/steps/project/services.rb
+++ b/features/steps/project/services.rb
@@ -4,7 +4,7 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
include SharedPaths
step 'I visit project "Shop" services page' do
- visit namespace_project_services_path(@project.namespace, @project)
+ visit namespace_project_settings_integrations_path(@project.namespace, @project)
end
step 'I should see list of available services' do