mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Merge branch 'master' into more_wording_changes
Conflicts: app/templates/views/verify-mobile.html
This commit is contained in:
@@ -42,7 +42,7 @@ def test_should_render_correct_resend_template_for_active_user(app_,
|
||||
assert response.status_code == 200
|
||||
|
||||
page = BeautifulSoup(response.data.decode('utf-8'), 'html.parser')
|
||||
assert page.h1.string == 'Resend verification code'
|
||||
assert page.h1.string == 'Resend security code'
|
||||
# there shouldn't be a form for updating mobile number
|
||||
assert page.find('form') is None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user