Skip to content
Snippets Groups Projects

Update MR form to use plural field names

1 unresolved thread
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -20,9 +20,9 @@
sign_in(user)
end
context 'with multiple_issue_assignees feature flag off' do
context 'with multiple_issue_assignees license feature off' do
before do
stub_feature_flags(multiple_issue_assignees: false)
stub_licensed_features(multiple_issue_assignees: false)
end
it 'displays singular Assignee title' do
@@ -397,4 +397,4 @@ def close_dropdown_menu_if_visible
end
end
end
end
\ No newline at end of file
end
Loading