File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,14 @@ def smokescreen_properties() -> dict:
2020def test_compartment_4 (page : Page , smokescreen_properties : dict ) -> None :
2121 """
2222 This is the main compartment 4 method
23+ First it obtains the necessary test data from the DB
24+ Then it logs on as a Screening Centre Manager and sets the availablity of a practitioner from 09:00 to 17:15 from todays date for the next 6 weeks
25+ After It logs out an logs back in as a Hub Manager
26+ Once logging back in it books appointments for the subjects retrieved earlier
27+ Finally it processes the necessary batches to send out the letters and checks the subjects satus has been updated to what is expected
2328 """
2429
25- # Add method of getting test data
30+ # Add method of getting test data using the query below. To remove once subject retrieval logic is created
2631 """select tk.kitid, ss.subject_nhs_number, se.screening_subject_id
2732 from tk_items_t tk
2833 inner join ep_subject_episode_t se on se.screening_subject_id = tk.screening_subject_id
You can’t perform that action at this time.
0 commit comments