mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Grey out None when email reply to not set
This is consistent with how we differentiate other ‘unset’ values on the settings page.
This commit is contained in:
@@ -713,7 +713,7 @@ def test_no_reply_to_email_addresses_message_shows(
|
||||
service_id=SERVICE_ONE_ID
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.select('tbody tr')[0].text) == "You haven’t added any email addresses yet."
|
||||
assert normalize_spaces(page.select('tbody tr')[0].text) == "You haven’t added any email reply to addresses yet"
|
||||
assert len(page.select('tbody tr')) == 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user