Skip to content

Commit

Permalink
Merge pull request #2249 from ministryofjustice/feature/aps-1245-fix-…
Browse files Browse the repository at this point in the history
…e2e-issues

Update E2E user roles in Cas1AutoScript
  • Loading branch information
davidatkinsuk authored Sep 6, 2024
2 parents b797bc4 + 43c60d2 commit c5309b7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,12 @@ class Cas1AutoScript(
roles = listOf(
UserRole.CAS1_ASSESSOR,
UserRole.CAS1_MATCHER,
UserRole.CAS1_MANAGER,
UserRole.CAS1_WORKFLOW_MANAGER,
UserRole.CAS1_MANAGER,
UserRole.CAS1_ADMIN,
UserRole.CAS1_REPORT_VIEWER,
UserRole.CAS1_APPEALS_MANAGER,
UserRole.CAS1_CRU_MEMBER,
),
documentation = "For local use in development and testing",
),
Expand All @@ -105,11 +106,11 @@ class Cas1AutoScript(
roles = listOf(
UserRole.CAS1_ASSESSOR,
UserRole.CAS1_MATCHER,
UserRole.CAS1_MANAGER,
UserRole.CAS1_WORKFLOW_MANAGER,
UserRole.CAS1_ADMIN,
UserRole.CAS1_REPORT_VIEWER,
UserRole.CAS1_APPEALS_MANAGER,
UserRole.CAS1_FUTURE_MANAGER,
),
documentation = "For local use in development and testing. This user has an exclusion (whitelisted) for LAO CRN X400000",
),
Expand All @@ -118,11 +119,11 @@ class Cas1AutoScript(
roles = listOf(
UserRole.CAS1_ASSESSOR,
UserRole.CAS1_MATCHER,
UserRole.CAS1_MANAGER,
UserRole.CAS1_WORKFLOW_MANAGER,
UserRole.CAS1_ADMIN,
UserRole.CAS1_REPORT_VIEWER,
UserRole.CAS1_APPEALS_MANAGER,
UserRole.CAS1_FUTURE_MANAGER,
),
documentation = "For local use in development and testing. This user has a restriction (blacklisted) for LAO CRN X400001",
),
Expand Down

0 comments on commit c5309b7

Please sign in to comment.