We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff26af8 commit cba8e4eCopy full SHA for cba8e4e
tests/test_reports_page.py
@@ -508,6 +508,6 @@ def test_operational_reports_screening_practitioner_appointments(
508
report_timestamp = (
509
DateTimeUtils.screening_practitioner_appointments_report_timestamp_date_format()
510
)
511
- expect(ReportsPage(Page).common_report_timestamp_element).to_contain_text(
+ expect(ReportsPage(page).common_report_timestamp_element).to_contain_text(
512
report_timestamp
513
0 commit comments