Skip to content

Commit 11a2428

Browse files
committed
Addressing commit errors
1 parent 4a911cd commit 11a2428

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tests/test_reports_page.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ def test_failsafe_reports_subjects_ceased_due_to_date_of_birth_changes(page: Pag
178178
BasePage(page).bowel_cancer_screening_ntsh_page_title_contains_text("Subject Demographic")
179179

180180

181-
def test_failsafe_reports_allocate_sc_for_patient_movements_within_hub_boundaries(page: Page,
182-
tests_properties: dict) -> None:
181+
def test_failsafe_reports_allocate_sc_for_patient_movements_within_hub_boundaries(
182+
page: Page,
183+
tests_properties: dict
184+
) -> None:
183185
"""
184186
Confirms 'allocate_sc_for_patient_movements_within_hub_boundaries' page loads,
185187
the 'generate report' button works as expected
@@ -423,6 +425,7 @@ def test_operational_reports_screening_practitioner_6_weeks_availability_not_set
423425
report_timestamp = DateTimeUtils.report_timestamp_date_format()
424426
expect(report_generated_timestamp_element).to_contain_text(report_timestamp)
425427

428+
426429
@pytest.mark.only
427430
def test_operational_reports_screening_practitioner_appointments(page: Page, tests_properties: dict) -> None:
428431
"""
@@ -434,7 +437,8 @@ def test_operational_reports_screening_practitioner_appointments(page: Page, tes
434437

435438
set_patients_screening_centre_dropdown = page.get_by_label("Screening Centre")
436439
screening_practitioner_dropdown = page.locator("#A_C_NURSE")
437-
generate_report_button = page.locator("#submitThisForm") # The locator appears to be unique to this generate report button
440+
generate_report_button = page.locator(
441+
"#submitThisForm") # The locator appears to be unique to this generate report button
438442
report_timestamp_element = page.locator("b")
439443

440444
# Go to operational reports page

0 commit comments

Comments
 (0)