Merge pull request #3605 from alphagov/prevent-user-name-email-being-cut-off

Prevent user name email being cut off
This commit is contained in:
Tom Byers
2020-09-10 15:10:58 +01:00
committed by GitHub
9 changed files with 212 additions and 170 deletions

View File

@@ -28,7 +28,7 @@ def test_view_team_members(
) == 'Test User {}'.format(i + 1)
assert normalize_spaces(
page.select('.tick-cross-list-edit-link')[0].text
page.select('.user-list-edit-link')[0].text
) == 'Cancel invitation'