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:
Chris Hill-Scott
2017-09-26 15:08:21 +01:00
parent f9390b4fc5
commit 8fb55ffa78
3 changed files with 26 additions and 5 deletions

View File

@@ -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 havent added any email addresses yet."
assert normalize_spaces(page.select('tbody tr')[0].text) == "You havent added any email reply to addresses yet"
assert len(page.select('tbody tr')) == 1