mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-26 02:49:16 -04:00
Merge pull request #2156 from alphagov/hide-7-days-bsic
Hide ‘7 days’ paragraph from basic view
This commit is contained in:
@@ -289,7 +289,7 @@ def test_shows_message_when_no_notifications(
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.select('tbody tr')[0].text) == (
|
||||
'No messages found'
|
||||
'No messages found (messages are kept for 7 days)'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user