mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
Change 'forgot' to 'forgotten'
This commit is contained in:
@@ -22,7 +22,7 @@ def test_render_sign_in_template_for_new_user(
|
||||
assert page.select_one('#password')['autocomplete'] == 'current-password'
|
||||
assert page.select('main a')[0].text == 'create one now'
|
||||
assert page.select('main a')[0]['href'] == url_for('main.register')
|
||||
assert page.select('main a')[1].text == 'Forgot your password?'
|
||||
assert page.select('main a')[1].text == 'Forgotten your password?'
|
||||
assert page.select('main a')[1]['href'] == url_for('main.forgot_password')
|
||||
assert 'Sign in again' not in normalize_spaces(page.text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user