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 be04242 commit 2aad00bCopy full SHA for 2aad00b
tests/test_reports_page.py
@@ -209,8 +209,8 @@ def test_failsafe_reports_allocate_sc_for_patient_movements_within_hub_boundarie
209
failsafe_report_page.click_generate_report_button()
210
211
# Verify timestamp has updated to current date and time
212
- # report_timestamp = DateTimeUtils.report_timestamp_date_format()
213
- # expect(report_timestamp_element).to_contain_text(report_timestamp)
+ report_timestamp = DateTimeUtils.report_timestamp_date_format()
+ expect(report_timestamp_element).to_contain_text(report_timestamp)
214
215
# Open a screening subject record from the first row/first cell of the table
216
nhs_number_link.click()
0 commit comments