mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Rename pending to invited
Pending is a bit of a technical word. Pending what? Invited is clear enough, and doesn’t introduce a new concept.
This commit is contained in:
@@ -462,7 +462,7 @@ def test_manage_users_shows_invited_user(
|
||||
|
||||
assert page.h1.string.strip() == 'Team members'
|
||||
assert normalize_spaces(page.select('.user-list-item')[1].text) == (
|
||||
'invited_user@test.gov.uk (pending) '
|
||||
'invited_user@test.gov.uk (invited) '
|
||||
'Can’t Send messages Can’t Add and edit templates Can’t Manage service Can Access API keys '
|
||||
'Cancel invitation'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user