Skip to content
Snippets Groups Projects
Commit ad33c398 authored by Sato Hiroyuki's avatar Sato Hiroyuki
Browse files

Fix wrong path of features.

parent 525a8cd3
No related branches found
No related tags found
3 merge requests!2940Expanding repos and hooks paths in settings,!2770Capistrano deploy,!2823Switchable the main branch on network graph
Loading
Loading
@@ -14,6 +14,6 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
Gitlab::Graph::JsonBuilder.stub(max_count: 10)
 
project = Project.find_by_name("Shop")
visit graph_project_path(project)
visit project_graph_path(project, "master")
end
end
Loading
Loading
@@ -141,7 +141,7 @@ module SharedPaths
# Stub Graph::JsonBuilder max_size to speed up test (10 commits vs. 650)
Gitlab::Graph::JsonBuilder.stub(max_count: 10)
 
visit graph_project_path(@project)
visit project_graph_path(@project, root_ref)
end
 
Given "I visit my project's issues page" do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment