-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UML-3510 Set System Message in Admin #2724
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2724 +/- ##
============================================
- Coverage 91.14% 91.13% -0.01%
Complexity 1497 1497
============================================
Files 306 307 +1
Lines 6312 6308 -4
============================================
- Hits 5753 5749 -4
Misses 542 542
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks great!
Get UAT signoff and it's good to go.
Purpose
current behaviour:
Clearing system message and selecting set system message in admin portal is not removing system message from service and seeing error “error updating system message”
Expected behaviour:
Given there is no text in both the English and Welsh message box for Use message
And there is no text in either the English or Welsh message box for View message
And I select set system message
And i will see a flash message “system message has been removed”
Then no message will be in data store
Fixes UML-3510
Checklist