mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-02 12:30:48 -04:00
Rename ‘caseworker’ to basic view on team members
Missed this in https://github.com/alphagov/notifications-admin/pull/2146
This commit is contained in:
@@ -121,7 +121,7 @@ def test_should_show_caseworker_on_overview_page(
|
||||
assert normalize_spaces(page.select_one('h1').text) == 'Team members'
|
||||
assert normalize_spaces(page.select('.user-list-item')[0].text) == (
|
||||
'Test User With Permissions (you) '
|
||||
'Can Admin '
|
||||
'Can Admin view '
|
||||
'Can’t Send messages '
|
||||
'Can’t Add and edit templates '
|
||||
'Can’t Manage service '
|
||||
@@ -130,7 +130,7 @@ def test_should_show_caseworker_on_overview_page(
|
||||
# [1:5] are invited users
|
||||
assert normalize_spaces(page.select('.user-list-item')[6].text) == (
|
||||
'Test User zzzzzzz@example.gov.uk '
|
||||
'Can Caseworker'
|
||||
'Can Basic view'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user