Make language consistent

The `is_default` text and text of the checkbox should use the same
terminology (‘email address’ not ‘address’).
This commit is contained in:
Chris Hill-Scott
2017-09-26 15:34:19 +01:00
parent 8d4418cf61
commit 47ebb6190a
3 changed files with 5 additions and 3 deletions

View File

@@ -838,7 +838,9 @@ def test_default_box_shows_on_non_default_email_addresses_while_editing(
if checkbox_present:
assert page.select_one('[name=is_default]')
else:
assert normalize_spaces(page.select_one('form p').text) == "This email address is the default"
assert normalize_spaces(page.select_one('form p').text) == (
'This is the default reply to address for service one emails'
)
def test_switch_service_to_research_mode(