Skip to content

Commit 2aad00b

Browse files
committed
Resolving commit errors
1 parent be04242 commit 2aad00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_reports_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ def test_failsafe_reports_allocate_sc_for_patient_movements_within_hub_boundarie
209209
failsafe_report_page.click_generate_report_button()
210210

211211
# 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)
212+
report_timestamp = DateTimeUtils.report_timestamp_date_format()
213+
expect(report_timestamp_element).to_contain_text(report_timestamp)
214214

215215
# Open a screening subject record from the first row/first cell of the table
216216
nhs_number_link.click()

0 commit comments

Comments
 (0)