From 1b6fa7a7d2b7674ce44345d43e482e253fb2da71 Mon Sep 17 00:00:00 2001 From: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:20:02 +0530 Subject: [PATCH] Removed unwanted check in the patient discharge test (#9601) --- cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts b/cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts index a3b4906e0ca..fc5d26e006a 100644 --- a/cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts +++ b/cypress/e2e/patient_spec/PatientConsultationDischarge.cy.ts @@ -117,8 +117,6 @@ describe("Patient Discharge based on multiple reason", () => { patientDischarge.interceptDischargePatient(); cy.clickSubmitButton("Acknowledge & Submit"); patientDischarge.verifyDischargePatient(); - cy.verifyNotification("Patient Discharged Successfully"); - // Verify the consultation dashboard reflection }); afterEach(() => {