mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Hide ‘7 days’ paragraph from basic view
It looks too prominent as a paragraph on the page. This commit moves the info about how long we keep data for into the ‘empty’ message we show when there are no results (ie the message people will see if they search for something that was sent more than 7 days ago).
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