Skip to content

Commit c75dabb

Browse files
committed
Remove redundant test for consent reminders and PDF downloads
With the patient now having the default programme status of `needs_consent_no_response`, it's not possible to see the link "Send reminders". After consulting with team, it was decided that it's safe to remove the test altogether. Jira-Issue: MAV-502
1 parent 375f83c commit c75dabb

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tests/test_sessions.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -414,26 +414,6 @@ def test_add_child_to_community_clinic_session(
414414
assert SessionsOverviewPage(page).get_session_id_from_offline_excel()
415415

416416

417-
@issue("MAV-2023")
418-
def test_session_verify_consent_reminders_and_pdf_downloads(
419-
setup_fixed_child_future_date,
420-
page,
421-
):
422-
"""
423-
Test: Click the 'Send reminders' link and PDF download links in sessions and
424-
verify there are no errors.
425-
Steps:
426-
1. Open a session with a fixed child.
427-
2. Click 'Send reminders' link and verify no errors.
428-
3. Attempt to download consent PDFs and verify no errors.
429-
Verification:
430-
- No errors occur when sending reminders or downloading PDFs.
431-
"""
432-
433-
SessionsOverviewPage(page).send_consent_reminders()
434-
SessionsOverviewPage(page).download_consent_form(Programme.HPV)
435-
436-
437417
def test_editing_session_programmes(
438418
setup_fixed_child,
439419
children,

0 commit comments

Comments
 (0)