Replace can't with cannot

This commit is contained in:
karlchillmaid
2019-09-13 10:16:16 +01:00
committed by Chris Hill-Scott
parent 4728d810f1
commit 1e03a2668b

View File

@@ -80,7 +80,7 @@ def test_invite_org_user_errors_when_same_email_as_inviter(
)
assert mock_invite_org_user.called is False
assert normalize_spaces(page.select_one('.error-message').text) == 'You cant send an invitation to yourself'
assert normalize_spaces(page.select_one('.error-message').text) == 'You cannot send an invitation to yourself'
def test_accepted_invite_when_other_user_already_logged_in(