Skip to content

Commit cba8e4e

Browse files
committed
Fixed failing test:
test_operational_reports_screening_practitioner_appointments
1 parent ff26af8 commit cba8e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_reports_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,6 @@ def test_operational_reports_screening_practitioner_appointments(
508508
report_timestamp = (
509509
DateTimeUtils.screening_practitioner_appointments_report_timestamp_date_format()
510510
)
511-
expect(ReportsPage(Page).common_report_timestamp_element).to_contain_text(
511+
expect(ReportsPage(page).common_report_timestamp_element).to_contain_text(
512512
report_timestamp
513513
)

0 commit comments

Comments
 (0)