mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 09:58:50 -04:00
Replace haven't with have not
This commit is contained in:
committed by
Chris Hill-Scott
parent
89a609fb73
commit
5b616a0734
@@ -92,7 +92,7 @@ def test_if_existing_user_accepts_twice_they_redirect_to_sign_in(
|
||||
page.select('main p')[0].text.strip(),
|
||||
) == (
|
||||
'You need to sign in again',
|
||||
'We signed you out because you haven’t used Notify for a while.',
|
||||
'We signed you out because you have not used Notify for a while.',
|
||||
)
|
||||
|
||||
|
||||
@@ -191,7 +191,7 @@ def test_existing_user_of_service_get_redirected_to_signin(
|
||||
page.select('main p')[0].text.strip(),
|
||||
) == (
|
||||
'You need to sign in again',
|
||||
'We signed you out because you haven’t used Notify for a while.',
|
||||
'We signed you out because you have not used Notify for a while.',
|
||||
)
|
||||
assert mock_accept_invite.call_count == 1
|
||||
|
||||
@@ -229,7 +229,7 @@ def test_existing_signed_out_user_accept_invite_redirects_to_sign_in(
|
||||
page.select('main p')[0].text.strip(),
|
||||
) == (
|
||||
'You need to sign in again',
|
||||
'We signed you out because you haven’t used Notify for a while.',
|
||||
'We signed you out because you have not used Notify for a while.',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user