Skip to content
Snippets Groups Projects

Update MR form to use plural field names

1 unresolved thread
@@ -33,6 +33,7 @@
context "from edit page" do
before do
stub_licensed_features(multiple_issue_assignees: true)
visit edit_project_issue_path(project, issue)
end
Loading