Fix wrong path of features.
This commit is contained in:
parent
525a8cd3e9
commit
ad33c39800
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue