You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #10113 there was some validation added to disallow empty titles via the CMS form, but no behat test was added.
It seems likely the thinking for adding it as form validation was to avoid breaking changes if it was added to validate() directly - but there is no unit test to validate that an empty title can be given to a group programmatically.
Acceptance Critera
Add behat test to ensure that blank title throws validation warning in UI
Add unit test to ensure that blank Title is allowed when group is created programmatically
Affected Version: 4.10.0, 4.10.1
Description
In #10113 there was some validation added to disallow empty titles via the CMS form, but no behat test was added.
It seems likely the thinking for adding it as form validation was to avoid breaking changes if it was added to
validate()
directly - but there is no unit test to validate that an empty title can be given to a group programmatically.Acceptance Critera
PRs
The text was updated successfully, but these errors were encountered: