@@ -181,7 +181,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase
181181 check_role_access_to_edit_investigation_dataset (
182182 page ,
183183 nhs_no ,
184- role = "Hub Director State Registered" ,
184+ role = "Hub Director State Registered at BCS03 " ,
185185 edit_access = False ,
186186 role_logging = "ROLE: Hub Director - state registered : view only" ,
187187 )
@@ -191,7 +191,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase
191191 check_role_access_to_edit_investigation_dataset (
192192 page ,
193193 nhs_no ,
194- role = "Hub Manager" ,
194+ role = "Hub Manager at BCS01 " ,
195195 edit_access = False ,
196196 role_logging = "ROLE: Hub Manager : view only" ,
197197 )
@@ -211,7 +211,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase
211211 check_role_access_to_edit_investigation_dataset (
212212 page ,
213213 nhs_no ,
214- role = "Team Leader" ,
214+ role = "Team Leader at BCS01 " ,
215215 edit_access = False ,
216216 role_logging = "ROLE: Team Leader : view only" ,
217217 )
@@ -221,7 +221,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase
221221 check_role_access_to_edit_investigation_dataset (
222222 page ,
223223 nhs_no ,
224- role = "Senior Screening Assistant" ,
224+ role = "Senior Screening Assistant at BCS01 " ,
225225 edit_access = False ,
226226 role_logging = "ROLE: Senior Screening Assistant : view only" ,
227227 )
@@ -231,7 +231,7 @@ def test_check_different_hub_roles_access_to_edit_endoscopy_investigation_datase
231231 check_role_access_to_edit_investigation_dataset (
232232 page ,
233233 nhs_no ,
234- role = "Screening Assistant" ,
234+ role = "Screening Assistant at BCS02 " ,
235235 edit_access = False ,
236236 role_logging = "ROLE: Screening Assistant : view only" ,
237237 )
@@ -276,7 +276,7 @@ def test_check_different_screening_centre_roles_access_to_edit_endoscopy_investi
276276 check_role_access_to_edit_investigation_dataset (
277277 page ,
278278 nhs_no ,
279- role = "Screening Practioner at BCS001" ,
279+ role = "Screening Practitioner at BCS001" ,
280280 edit_access = True ,
281281 role_logging = "ROLE: Screening Practitioner (SP) : edit" ,
282282 role_type = "Screening Practitioner" ,
@@ -287,7 +287,7 @@ def test_check_different_screening_centre_roles_access_to_edit_endoscopy_investi
287287 check_role_access_to_edit_investigation_dataset (
288288 page ,
289289 nhs_no ,
290- role = "Assistant Screening Practitioner" ,
290+ role = "Assistant Screening Practitioner at BCS001 " ,
291291 edit_access = True ,
292292 role_logging = "ROLE: Assistant Screening Practitioner (ASP) : edit" ,
293293 )
@@ -297,7 +297,7 @@ def test_check_different_screening_centre_roles_access_to_edit_endoscopy_investi
297297 check_role_access_to_edit_investigation_dataset (
298298 page ,
299299 nhs_no ,
300- role = "BCSS Support - SC" ,
300+ role = "BCSS Support - SC at BCS001 " ,
301301 edit_access = True ,
302302 role_logging = "ROLE: BCSS Support - SC : edit" ,
303303 )
@@ -318,7 +318,7 @@ def test_check_different_screening_centre_roles_access_to_edit_endoscopy_investi
318318 check_role_access_to_edit_investigation_dataset (
319319 page ,
320320 nhs_no ,
321- role = "Screening Centre Clerk" ,
321+ role = "Screening Centre Clerk at BCS001 " ,
322322 edit_access = False ,
323323 role_logging = "ROLE: Screening Centre Clerk : view only" ,
324324 role_type = "Screening Centre Clerk" ,
@@ -344,7 +344,7 @@ def test_check_different_national_and_qa_roles_access_to_edit_endoscopy_investig
344344 check_role_access_to_edit_investigation_dataset (
345345 page ,
346346 nhs_no ,
347- role = "National Data Analyst" ,
347+ role = "National Data Analyst at BCS0 " ,
348348 edit_access = False ,
349349 role_logging = "ROLE: National Data Analyst : view only" ,
350350 )
@@ -354,7 +354,7 @@ def test_check_different_national_and_qa_roles_access_to_edit_endoscopy_investig
354354 check_role_access_to_edit_investigation_dataset (
355355 page ,
356356 nhs_no ,
357- role = "National QA User" ,
357+ role = "National QA User at BCS0 " ,
358358 edit_access = False ,
359359 role_logging = "ROLE: National QA User : view only" ,
360360 )
@@ -1275,7 +1275,7 @@ def check_role_access_to_edit_investigation_dataset(
12751275
12761276 if (
12771277 role == "Specialist Screening Practitioner at BCS009 & BCS001"
1278- or role == "Assistant Screening Practitioner"
1278+ or role == "Assistant Screening Practitioner at BCS001 "
12791279 ):
12801280 OrganisationSwitchPage (page ).select_organisation_by_id ("BCS001" )
12811281 OrganisationSwitchPage (page ).click_continue ()
0 commit comments