mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Update the message when changing a users mobile phone number.
This commit is contained in:
@@ -1124,7 +1124,7 @@ def test_confirm_edit_user_mobile_number_page(
|
||||
for text in [
|
||||
'New mobile number:',
|
||||
new_number,
|
||||
'We will send {} an email to tell them about the change.'.format(active_user_with_permissions.name)
|
||||
'We will send {} a text message to tell them about the change.'.format(active_user_with_permissions.name)
|
||||
]:
|
||||
assert text in response.get_data(as_text=True)
|
||||
assert 'Confirm' in response.get_data(as_text=True)
|
||||
|
||||
Reference in New Issue
Block a user