Skip to content

Commit 6e1daf5

Browse files
rootroot
authored andcommitted
resolved merge conflicts
2 parents 7d018f5 + 9c0fd82 commit 6e1daf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_reports_steps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def I_click_confirm_to_generate_report(shared_data):
291291
attach_screenshot("clicked_reports_download_report_button")
292292
logging.info("clicked_reports_download_report_button")
293293

294-
295294
@then("the report is downloaded successfully")
296295
def the_report_is_downloaded_successfully(shared_data):
297296
assert os.path.exists(shared_data['report_download_path']), f"Downloaded file not found: {shared_data['report_download_path']}"
@@ -310,7 +309,6 @@ def the_report_is_downloaded_successfully(shared_data):
310309
is_valid, _ = validate_report_headers(shared_data['report_download_path'], expected_headers)
311310
assert is_valid, "Report headers are invalid. See logs for details."
312311

313-
314312
@then(parse("the report is downloaded successfully and contains the vaccine record for {nhs_number}"))
315313
def the_report_is_downloaded_successfully(shared_data, nhs_number):
316314
assert os.path.exists(shared_data['report_download_path']), f"Downloaded file not found: {shared_data['report_download_path']}"

0 commit comments

Comments
 (0)