Skip to content

Commit f77b51a

Browse files
committed
Fixed imports
1 parent 6370984 commit f77b51a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/smokescreen/test_compartment_5.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
)
88
from pages.datasets.subject_datasets_page import (
99
SubjectDatasetsPage,
10+
)
11+
from pages.datasets.colonoscopy_dataset_page import (
12+
ColonoscopyDatasetsPage,
1013
FitForColonoscopySspOptions,
1114
AsaGradeOptions,
1215
)
13-
from pages.datasets.colonoscopy_dataset_page import ColonoscopyDatasetsPage
1416
from pages.screening_subject_search.subject_screening_summary import (
1517
SubjectScreeningSummary,
1618
)
@@ -78,7 +80,7 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
7880
CalendarPicker(page).v1_calender_picker(date_from_util)
7981

8082
# Select subject from inital test data util
81-
ScreeningPractitionerDayView(page).click_patient_link("STARLESS BLUSH")
83+
ScreeningPractitionerDayView(page).click_patient_link("REFUSE CRUMBLE")
8284

8385
# Select Attendance radio button, tick Attended checkbox, set Attended Date to yesterday's (system) date and then press Save
8486
AppointmentDetail(page).check_attendance_radio()
@@ -91,7 +93,7 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
9193
# Repeat for x Abnormal patients
9294

9395
# Navigate to the 'Subject Screening Summary' screen for the 1st Abnormal patient
94-
nhs_no = "9937265193" # Test NHS NO for Scaliding Cod
96+
nhs_no = "9724560430" # Test NHS NO for Scaliding Cod
9597
verify_subject_event_status_by_nhs_no(
9698
page, nhs_no, "J10 - Attended Colonoscopy Assessment Appointment"
9799
)

0 commit comments

Comments
 (0)